搜索资源列表
opencv与mfc结合小程序
- 网上和书上的例子是openvc在测试平台上的应用,对于与mfc结合很少,这个例子是我自己编的一个小程序
IPL和OpenCV在VC++环境下的应用
- 这篇文章是关于IPL和OpenCV的介绍,可以说国内还没有类似的文章。-This article is about IPL and OpenCV presentation, it can be said there are no similar articles.
opencv
- 是OPenCV的vc源码实现,比较详细,可以作为meamshift跟宗的入门参考
人脸识别
- 本程序是在VC++的基础上,利用OPECV的图象处理函数,完成的可以利用任意的USB摄像头实现人脸识别的程序。运行快速,内有注释,好理解。
OpenCV傅里叶变换
- 使用vc,opencv,进行图像傅里叶变换。
vc++与opencv来采集两路视频
- 利用两个USB摄像头,vc++与opencv来采集两路视频,Using two USB cameras, vc++ with opencv to capture two-way video
基于OpenCV的Harris图像特征点提取
- 基于OpenCV的Harris图像特征点提取,在VC++6.0下调试通过,可以运行,OpenCV image based on the Harris feature point extraction, in VC++6.0 under the debugger through, you can run
shipin.rar
- 物体跟踪,基于OPENCV和VC++开发的,已经试验过能成功,Object tracking, and OPENCV based on VC++ development has been tested successfully
mymfc1
- 使用工具visual c++,opencv,并在vc++中的mfc下连接opencv并创建工程用于图像显示-The use of tools visual c++, Opencv, and vc++ In mfc connect and create a project for opencv image display
genzong
- 非常好的车辆目标跟踪算法,希望能够对大家有用,结合opencv和vc-Very good vehicle tracking algorithm, hope useful for all, combined with opencv and vc++
SIFT-opencv-verygood
- 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
imagestitch
- 自己利用opencv和vc++6.0开发的图像SIFT特征点提取以及两张图像的拼接演示过程,最后完成2-5张图像的自动拼接。-Their use opencv, and vc++6.0 development of the SIFT feature extraction and image two image mosaic shows the process of finalizing the automatic stitching of images 2-5.
OpenCVmotionerkennung
- 基于OPENCV的运动物体跟踪程序,在VC++环境下实现-Moving object tracking based on OPENCV program, VC++ environment to achieve
OpenSURFwithimg
- 注意,本程序测试是在VISUAL STUDIO2005下实现的,这个是本人搜索到的基于OPENCV和vc++的SURF算法,原来找到后,无法使用,自己在里面添加了opencv的一些头文件和库函数,直接可以使用,显示结果,希望对大家有帮助。-Note that this procedure test is VISUAL STUDIO2005 to achieve, and this is my search-based OPENCV and vc++ the SURF algorithm, the
OpenCV
- 介绍了OpenCV与VC++的连接方式,另附有OpenCV的安装软件,是较好的视频处理的辅助软件。-Introduced OpenCV with VC++ Of connections, followed OpenCV installation of software, is a better video processing of the supporting software.
opencv-showPic
- opencv图像显示,熟悉opencv与VC连接。-opencv image display, and is familiar with opencv with VC connection.
blobtrack
- vc++6.0和opencv结合开发的图像跟踪的程序,适合初学者调试-opencv with vc++6.0 and the development of image tracking program, suitable for beginners debugging
opencv-MFC-Examples
- 这是本人收集的OpenCv与VC结合的一些例子,包括了许多基本的图像变换,开发工具为VC++ 6.0。-This is my collection of OpenCv using VC with some examples, including many of the basic image transformation, development tool is the VC++ 6.0.
VC++ OPENCV人脸识别
- 基于OPENCV的VC++人脸识别程序,可以进行人脸比对并生成匹配系数(VC++ face recognition program based on OPENCV)
KDE_BG_SUBSTRACT(背景建模)vc
- 基于opencv的KDE背景建模的源代码,下载就可以使用,需要自己配置环境。