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

搜索资源列表

  1. faceddetect

    0下载:
  2. 使用vs2012+opencv2.4.5做的人脸检测代码,可以实现对静态图像上人脸的检测-Use vs2012+ opencv2.4.5 do face detection code, you can achieve detection of static images of the human face
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6445781
    • 提供者:gd
  1. photo

    0下载:
  2. 使用vs2012+opencv2.4.5做的拍照程序,可以调用摄像头实现一键拍照,或者说是截图功能-Use vs2012+ opencv2.4.5 do pictures program, you can call the camera to take pictures to achieve a key
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4339792
    • 提供者:gd
  1. renlian

    0下载:
  2. 用vs2012+opencv2.4.5做的人脸检测程序,做成了mfc,有代码,检测效果较好,这是本科期间做的srtp-With vs2012+ opencv2.4.5 do face detection program, made ​ ​ a mfc, there are code, testing is better, which is done during undergraduate srtp
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4990866
    • 提供者:gd
  1. www

    0下载:
  2. 用vs2012+opencv2.4.5做的图像平滑处理程序,可以对图像进行快速的平滑处理-Vs2012+ opencv2.4.5 do with image smoothing processing program, you can quickly smoothed image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4411997
    • 提供者:gd
  1. caany

    0下载:
  2. 用vs2012+opencv2.4.5做的canny边缘检测程序,可以对图片的边缘进行检测,非常好用-With vs2012+ opencv2.4.5 do canny edge detection program that can be detected on the edge of the picture, very easy to use
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4486699
    • 提供者:gd
  1. guangliufa

    0下载:
  2. 基于OpenCV2.45实现的光流法方法,内容简单,易于理解,效果不错。-Based on optical flow method OpenCV2.45 implementation, the content is simple, easy to understand, good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:roy
  1. imgtest

    1下载:
  2. 基于OpenCV2.45实现的人流统计统计程序,用于实现统计视频中的人流密度。-Based OpenCV2.45 realize crowd Statistics program for realization of statistics in the video flow density.
  3. 所属分类:OpenCV

    • 发布日期:2016-08-30
    • 文件大小:172032
    • 提供者:roy
  1. Splice

    0下载:
  2. 基于OpenCv2.45实现的图像分割拼接程序,代码易于理解,适合学习使用。-OpenCv2.45 achieve image segmentation based on stitching program code easier to understand, suitable for learning.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:113647
    • 提供者:roy
  1. move_detect

    0下载:
  2. 基于vs2010和opencv2.8.9,检测运动的物体并报警,报警音频自定义(未包含),灵敏度可在程序中调-Based vs2010 and opencv2.8.9, moving object detection and alarm, the alarm audio custom (not included), the sensitivity can be adjusted in the program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:952652
    • 提供者:刘雄
  1. opencv2refman

    0下载:
  2. opencv2.4.3用户手册,很使用,介绍了代码库中各个模块的数据结构,值得下载-opencv2.4.3 renference manual
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4435887
    • 提供者:戴超
  1. Avi2Img

    1下载:
  2. 视频AVI中提取出每帧图像,并保存 VS2012 Opencv2.4.9 其它版本也可以-AVI video image of each frame is extracted and saved VS2012 Opencv2.4.9 Other versions may also be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:19708928
    • 提供者:潘少
  1. cvmfc

    0下载:
  2. 在MFC单文档框架中用opencv2.3.1读取图片并显示,并进行灰度化,二值化,canny边缘等简单的图像处理-MFC single document using the framework of the opencv2.3.1 reading image and display, and graying, binarization, canny edge and other simpleimage processing
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14604681
    • 提供者:李超林
  1. VS2010_OpenCV244_MFC

    0下载:
  2. VS2010+OpenCV2.4.4实现多文档MFC应用程序打开多种类型图像-MFC application about opening pictures based on VS2010 and OpenCV2.4.4
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28991147
    • 提供者:墨少
  1. CameraFaceDetection

    0下载:
  2. 读摄像头并框出人脸的程序,工程为VS2013+OpenCV2.4.9,背景单一时识别较好。-Read camera and box application, make a face engineering VS2013+ OpenCV2.4.9, background when single recognition is better.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6009303
    • 提供者:lc
  1. opencv-2-cookbook-src-master

    0下载:
  2. 《OpenCV2计算机视觉编程手册》以案例的形式介绍OpenCV 2.X的新特性和C++新接口,案例中包含具体的代码与详细的说明,本书源码- OpenCV2 Computer Vision Programming Manual in the form of case presentation OpenCV 2.X new features and a new C++ interface, case contains specific code and detailed instructions
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4224797
    • 提供者:周浪
  1. haarcascade_profileface

    0下载:
  2. 在opencv2.4中找到了侧脸训练集,分享一下,供大家使用-opencv: face detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:132285
    • 提供者:fafafa
  1. Histogram1

    0下载:
  2. Salient区域检测,简单算法LC,学习博客(http://blog.csdn.net/laviewpbt/article/details/38357017)。图像直方图。RGB三通道颜色缩减。需要先配置opencv环境,vs2010,opencv2.4.9。配置教程(http://wiki.opencv.org.cn/index.php/VC_2010 E4 B8 8B E5 AE 89 E8 A3 85OpenCV2.4.4)-Salient detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21604882
    • 提供者:Sibyl Dong
  1. PORKER

    1下载:
  2. 一个利用模板匹配实现的扑克牌花色和大小识别程序。开发工具是opencv2.4.2+vs2010,准确率较高。-One using the template matching color and size to achieve poker identification procedures. Development tools are opencv2.4.2+vs2010, higher accuracy.
  3. 所属分类:OpenCV

  1. image-and--video

    0下载:
  2. 基于opencv2.4.9和vs2010视频图像基本处理,包括视频和图像间的互换,读入视频和写入视频-Opencv2.4.9 and vs2010 video image based on the basic processing, including interchange between video and images, read and write video video
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2756
    • 提供者:张康
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 42 »
搜珍网 www.dssz.com