搜索资源列表

  1. mfctest2avi

    0下载:
  2. 利用opencv加上mfc编写的读取AVI视频的程序,很多初学者正在寻找-Add mfc use opencv read AVI video prepared by the procedure, many beginners are looking for
  3. 所属分类:图形图象

    • 发布日期:2024-03-29
    • 文件大小:1920000
    • 提供者:刘某某
  1. facedetect

    0下载:
  2. VC6.0与Opencv环境下的视频采集,图像滤波,角点检测,运动跟踪,通过测试-VC6.0 and Opencv environment video capture, image filtering, corner detection, motion tracking, to pass the test
  3. 所属分类:进程与线程

    • 发布日期:2024-03-29
    • 文件大小:249856
    • 提供者:lonfan
  1. 04112011654

    0下载:
  2. vc2003.net下用opencv实现的基于AdaBoost算法的人脸检测源码, 可以读入静态图片,视频等。-opencv realize vc2003.net using AdaBoost-based face detection algorithm source code can be read into a static picture, video and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:5353472
    • 提供者:小强
  1. Intelligent_Screen_Saver

    0下载:
  2. It is a utility to control screen saver using human face detection. Human face detection is performed using OpenCV Haar-Cascade method. The software is primarily a daemon that resides in your system tray and keeps observ
  3. 所属分类:图形/文字识别

    • 发布日期:2024-03-29
    • 文件大小:98304
    • 提供者:萧董
  1. TestDetection_v.2

    0下载:
  2. This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NE
  3. 所属分类:图形/文字识别

    • 发布日期:2024-03-29
    • 文件大小:25600
    • 提供者:萧董
  1. ImageAdjust

    0下载:
  2. 基于OpenCV和VC环境开发的图像处理程序,包括二值化对比度调整等一些基本功能,还有图像旋转等高级功能。-OpenCV and VC-based environment for the development of image processing procedures, including binarization adjust contrast and other basic functions, as well as advan
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:365568
    • 提供者:aclon
  1. ImageMatch

    0下载:
  2. 基于OpenCV和VC环境开发的图像匹配程序-OpenCV and VC-based environment for the development of image matching procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:379904
    • 提供者:aclon
  1. ImageShow

    0下载:
  2. 基于OpenCV和VC环境开发的彩色图像边缘提取程序,包括laplace,canny,sobel等常用算子,可自动调整阈值。-OpenCV and VC-based environment for the development of color image edge extraction procedures, including laplace, canny, sobel operator, such as commonly use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:37888
    • 提供者:aclon
  1. FileInOpencv

    0下载:
  2. 在vc里面调用opencv软件包内的相关内容,适合图形图象处理-Vc call opencv in which the relevant content packages for graphics image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:1728512
    • 提供者:董华丽
  1. lunkuojianche

    0下载:
  2. 可以从一段视频文件或者摄像头采集视频,提取采集来的视频文件中的移动物体的轮廓,效果还不错,要用到opencv-From a section of video files or camera capture video, extract video collection to document the contours of moving objects, the effect is also good to use opencv
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:8006656
    • 提供者:张解
  1. FaceDetection

    1下载:
  2. OPENCV人脸定位,基本功能健全,OPENCV的入门程序-OPENCV face positioning, the basic functions of sound, OPENCV entry procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:2190336
    • 提供者:znwang
  1. Video

    0下载:
  2. 利用opencv对视频中的针进行提取。简单,容易实现。大家相互借鉴学习-The use of video opencv needle extraction. Simple, easy to realize. U.S. learn from each other to learn
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:3931136
    • 提供者:maomao
  1. CBIR_OpenCV

    0下载:
  2. This CBIR using OpenCV. Color information ONLY.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:1031168
    • 提供者:yaling
  1. SubImgCapture

    0下载:
  2. 从一幅图像中提取任意大小和方向的子图像。使用方法:调用两种形式的GenerateRectImg()函数。必须安装OpenCV 1.0-Extracted from an image of any size and direction of the sub-image. Usage: call the two forms of GenerateRectImg () function. OpenCV 1.0 must be installe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:3072
    • 提供者:Liu Chenguang
  1. BackGroudExtractAndMotionBlur

    0下载:
  2. 本代码包括两项功能 1、连续序列图片的背景提取 2、给背景图附加以运动模糊的效果 代码使用的托管与非托管(C++)混合编程的方式,算法主要使用Opencv实现 开发平台 VS2008 -The code includes two functions of one, continuous sequences extracted background picture 2, to the backgroun
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:2357248
    • 提供者:swb
  1. OpenCV_Color_Histogram

    0下载:
  2. OpenCV Color Histogram. Draw Color Histogram from the input image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:1119232
    • 提供者:yaling
  1. face_detect

    1下载:
  2. OPENCV做的一个人脸识别并跟踪的程序.用的自带的分类器.对入门很有帮助.-OPENCV make a face recognition and tracking procedures. With the built-in classifier. Of entry helpful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:86016
    • 提供者:lyp94
  1. facecolorhs

    0下载:
  2. OPENCV下的肤色检测程序 HS模型 比较简单抛砖引玉吧-OPENCV under the skin detection procedure is relatively simple HS model puts it
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:7168
    • 提供者:飘叶
  1. OpenC

    0下载:
  2. opencv的安装程序及版主文档,是进行数字图像处理的很好的软件包
  3. 所属分类:系统编程

    • 发布日期:2024-03-29
    • 文件大小:13145088
    • 提供者:tantan
  1. texture_segmentation

    0下载:
  2. 一个对纹理特征进行分割的试验程序,其中用到了opencv-Texture characteristics of a partition of the test procedure, which used the opencv
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:6018048
    • 提供者:wangcd
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org