▍1. Opencv1.0
opencv1.0的使用手册,对初学者有很好的帮助作用(opencv1.0 manual, very helpful for beginners)
opencv1.0的使用手册,对初学者有很好的帮助作用(opencv1.0 manual, very helpful for beginners)
一个基于VC和OPENCV相结合的视频去抖动的程序(A procedure based on a combination of VC and OPENCV video to jitter)
使用OPENCV实现的Tamura纹理特征,基于灰度共生矩阵的纹理特征(Use the OPENCV to achieve Tamura texture features based on GLCM texture features)
基于openCV的多角度人脸检测,融合了正脸侧脸haar分类器,具有极强鲁棒性(, The integration of multi-angle face detection based on openCV positive face side faces haar classifier, with strong robustness)
opencv图像拼接代码,可以把n张图片合并到一张图片(opencv image mosaic code n pictures can be merged into one picture)
对图片中的人脸可以进行自动的标注,并显示出来。(The face of pictures can be automatic tagging, and displayed)
一篇用于理解PCA主成分分析的文章,该文章用基于Opencv和C++的源码对PCA进行说明。(One used to understand the PCA principal component analysis of the article, the article described the PCA-based the Opencv and C++ source.)
vc6.0 opencv 颜色直方图对比 显示 匹配(vc6.0 opencv hist load show match)
基于opencv运用人脸定位及跟踪!自己完成的源代码(the face orientation and track)
使用C++计算图像的梯度直方图,提取图像的梯度特征,用于后期的应用(Using C++ to calculate the image gradient histogram, extract the image gradient feature for late applications)
vs2010环境下,在MFC中应用opencv实现的车牌识别程序(License plate recognition,in mfc use opencv)
cxcore的的库文件,这是opencv中很重要的一个链接库,包含了大量矩阵操作函数,方便使用(cxcore the library file, which is a the opencv very important link library contains a large number of matrix manipulation functions, easy to use)
说明: opencv经典教程源代码,希望对大家有帮助( opencv classic tutorial source code, we hope to )
获得图片的水平和垂直积分投影,已经运行过,可以使用(Get pictures of horizontal and vertical integral projection, have run, can use)
说明: 基于OpenCV的例程,修改实现了基于MFC对话框构架的期望最大化算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。(It s an MFC Dialog based Expectation Maximize algorithm modified from OpenCV source. Chinese comments are added to it to enchance better understand of the program.)
调用了opencv中的cvFindHomography这个函数求出了空间平面与像平面间的单应矩阵再通过单应矩阵求出需测距的像点对应的实际点,进而完成测距.(In application of cvFindHomography of openCV to measure the distance through photos.)
利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。(Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.)
物體追蹤,最基本的C++語言運算,運用了OPENCV 的例子(camshift orbject tracking )