搜索资源列表
-
0下载:
【原创】VS2008开发,基于OpenCV的人脸检测程序
从摄像头获取图像,人脸检测后输出。
“输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
-
-
0下载:
用c++写的基于opencv的人脸识别,它基本实现了人脸识别的功能-Using c++ written in the opencv face recognition based on its basic function of the realization of the Face Recognition
-
-
0下载:
5种方法脸部定位,对人脸检测和表情识别都很有帮助。-5 ways to face positioning, face detection and face recognition are very helpful, and VC-based OPENCV
-
-
0下载:
使用摄像头获取图像,基于opencv的人脸识别系统。-Face Recognition
-
-
0下载:
标准人脸识别源代码,经VS2005测试可用,程序采用opencv自带的训练库来进行人脸识别,不需要自己单独再去添加人脸图片训练代码-Standard face recognition source code, the VS2005 test is available, the program comes with training using opencv library for face recognition, do not need to add a face to go alone pi
-
-
0下载:
OpenCV实现人脸识别功能。采用基本的算法实现特征点提取和匹配。-OpenCV face recognition function. The basic algorithm uses the feature point extraction and matching.
-
-
0下载:
CvvImage.h头文件用于opencv图像编程人脸识别等-CvvImage.h header file for opencv face recognition and other image program
-
-
0下载:
1.本程序主要处理BMP位图。
2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。
3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。-opencv Face recognition
-