CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 3

搜索资源列表

  1. 2014

    0下载:
  2. 一款基于Opencv的图像相似度的比较,帮一个毕业生做的毕业设计,2014、3、29今天完成。-A comparison Opencv-based image similarity, help a graduate graduation design, 2014,3,29 completed today.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:136023
    • 提供者:tangjian
  1. haar_face0627

    0下载:
  2. 人脸识别的小程序,稍作勿喷。。。。是vs2008和opencv—2.3.1下编写的。-Face recognition of small programs
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1669173
    • 提供者:zhangyun
  1. CVMFC

    1下载:
  2. C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理   使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-07
    • 文件大小:5444608
    • 提供者:apudn58
  1. 12354

    0下载:
  2. 实现了多高斯建模法的视频分割算法和越界检测、运动物体尺寸检测、计数等应用。算法主要由OPENCV实现。 软件目前可实现以下功能: 1)提供高斯建模法研究相应算法实现的效果的影响; 2)可以实现原视频与处理后的视频同时播放,实现跟踪; 3)实现车流量技术计数。 -To achieve a multi-Gaussian modeling method of video segmentation algorithm and cross-border detection, movin
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2878152
    • 提供者:王潇
  1. cvcam

    0下载:
  2. 一段opencv实现摄像头调用的程序,改自《OpenCV基础篇》例3-6,实现效果很不错,希望对大家学习有帮助。-Some opencv camera to achieve program called, adapted from "OpenCV Basics" Example 3-6, to achieve the effect is very good, I hope to help them to learn.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:977130
    • 提供者:小小
  1. Lucas_kandel-KLT

    0下载:
  2. 本算法包含lucas-kandel和simer-baker的图像局部配准算法,经调试可以正常运行。正确配置opencv即可,版本号2.4.3,vs2008-The algorithm contains lucas-kandel and simer-baker part of an image registration method, the debugging can be up and running.Fight for configuring the opencv to, the versi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1870711
    • 提供者:
  1. moravec

    0下载:
  2. 该算法为moravec图像配准方法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for moravec image registration method, after debugging can be run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2637798
    • 提供者:
  1. opencv_sift

    0下载:
  2. 该算法为SIFT单幅图像特征点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The sift algorithm for single image feature point extraction algorithm, a debugging can run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1254986
    • 提供者:
  1. Harris

    0下载:
  2. 该算法为Harris单幅图像角点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for Harris single image corner detection algorithm, a debugging can run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1702797
    • 提供者:
  1. SUSAN

    0下载:
  2. 该算法为SUSAN图像角点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for image corner detection algorithm for Susan, after debugging can be run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1427698
    • 提供者:
  1. PeopleDensitydll

    1下载:
  2. 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与
  3. 所属分类:Graph Recognize

    • 发布日期:2014-10-09
    • 文件大小:4759552
    • 提供者:徐云华
  1. faceDetection

    0下载:
  2. 基于OpenCV 2.4.3写的人脸检测DLL,可用在Matlab里调用。可用于人脸检测及VC Matlab OpenCV混合编程学习入门。Matlab中调用示例参考Release文件夹下的runtest.m -Based on OpenCV 2.4.3 face detection DLL, can be used to call in Matlab. A Start Example for face detection and VC Matlab OpenCV mixed program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13168476
    • 提供者:hujunyi
  1. calibration

    0下载:
  2. opencv2.3.1版本中自带的标定实例的源码-opencv calibration origin code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:5646
    • 提供者:sdong
  1. face_detector

    0下载:
  2. 基于OpenCv2.3.1写得人脸检测,代码简洁,适合初步学习,将项目属性中opencv目录修改为本地opencv目录即可-The code for face detection is implemented by OpenCv2.3.1
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9178645
    • 提供者:且志安
  1. Bilateral

    0下载:
  2. 双边滤波 VS2010 + OpenCV 2.4.3-Bilateral Filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12907320
    • 提供者:毕自强
  1. Guided

    0下载:
  2. 引导滤波,VS2010 + OpenCV 2.4.3-Guided Image Filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12653292
    • 提供者:毕自强
  1. tutorial-opencv-2-4-3-face-tracking-detection-vid

    0下载:
  2. detect face in windows aplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14230316
    • 提供者:hernis
  1. edge-detection

    0下载:
  2. 本文档是利用opencv实现的边缘检测代码,包括3个算子:canny算子,laplace算子和sobel算子-This document is to use the opencv implementation of edge detection code, including three operator, canny operator, Laplace operator and sobel operator
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2312
    • 提供者:宋宋
  1. Image_Process

    1下载:
  2. sift特征提取,sift图像拼接,OPENCV读取视频,gdal读取大的遥感图像,gdal建立金字塔,gdal分割图像(需配置3个库,GDAL,GSL,OPENCV)。-feature extraction sift, sift image stitching, OPENCV read the video, gdal read large remote sensing image, gdal build pyramids, gdal segmented image (you need to c
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3540556
    • 提供者:yuanzi
  1. MultiVideoPlayer

    0下载:
  2. (1)可以通过界面操作进行音频录制 (2)可以通过界面播放刚刚录制的声音,或者其他音频文件 (3)可以通过界面操作进行视频录制,通过调用Opencv源代码实现视频录制 (4)可以通过界面播放刚刚录制的视频,或者其他视频文件 (5)可以播放图片-use opencv source code to implement the fuction of capture vedio flames.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-09
    • 文件大小:1660708
    • 提供者:chaoyang
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com