搜索资源列表
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
opencv_tracking001
- 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
MFC-in-OpenCV
- 内容包括MFC中使用opencv的知识,从穿件工程,使用opencv库, 在mfc类中增加函数等。-Including the use of MFC opencv knowledge engineering from wear, use opencv library, add the mfc class functions, etc.
0316segment
- 基于OpenCV的图像显著区域检测分割算法,原作者是用MFC类库实现的,我把他改为用OpenCV实现,可以方便的加入自己的OpenCV项目中。具体原理和原代码请参见原作者网站:http://ivrg.epfl.ch/supplementary_material/RK_CVPR09/-OpenCV-based image segmentation algorithm salient region detection, the author is using MFC class library, a