搜索资源列表
ZhangzhengyouCameraCalibration
- 这个程序是张正友的经典摄像机标定算法,是用VC++6.0和OpenCV开发的。欢迎下载!-This procedure is Zhang zheng you s classical Camera calibration procedure. which developed with Visul C++6.0 and OpenCV.
object_recognition
- 本程序采用opencv和C++完成,能够坚持视频中的运动目标,实时性和鲁棒性良好-object recognition using opencv and vc++
SURF_VC6.0
- Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
20090611
- visual c++的视频处理程序,可以逐帧读取AVI的视频文件,VC下使用OPENCV-visual c++ video processing program that can read AVI video files frame by frame, VC use OPENCV
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
p2
- 基于VC中的C语言的图像边沿提取函数,使用的是openCV的库-Based on image edge extraction function of the VC in the C language, the use of the library of openCV
p3
- 基于VC中的C语言的图像提取角点函数,使用的是openCV的库-VC in the C language-based image extraction angle point function, using openCV
p4
- 基于VC中的C语言的图像提取直线函数,使用的是openCV的库-The image of the C language in the VC-based extraction of straight line function, the function of openCV
crack
- 基于目标跟踪的VC++代码,可以检测跟踪的基于opencv的C代码,有兴趣的可以-cracking vc++ code
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
BINARIZATION
- 在VC++6.0环境下,利用C语言对BMP图像进行二值化处理-BMP image binarization processing in the VC++6.0 environment, the use of C language
opencv
- opencv的c++源代码,在VC下编译运行。是IBM开发的机器视觉领域开放源代码。 -The c++ opencv source code, compile and run under VC. IBM is developing an open source machine vision.
vc-imageprocessing
- 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
OpenCV_ROI
- Opencv的ROI区域&图像混合例程,使用VC++,可直接运行使用。-Opencv of the ROI & image mixing routines, using C++, can be run directly use.
MeanShiftImproved
- 关于meanshift方法的改进,用VC编写。初学者看看,高手多指导!-Improvement on meanshift method, prepared by the VC. Look at the beginners, many experts guide!C
MyFirstOpenCV
- OpenCV C++平台初始配置,非常适合新手学习参考(OpenCV C++ platform initial configuration, very suitable for novice learning reference)