搜索资源列表
123
- 用c++写的基于opencv的人脸识别,它基本实现了人脸识别的功能-Using c++ written in the opencv face recognition based on its basic function of the realization of the Face Recognition
facePro
- 人脸识别 人脸检测 MFC框架 opencv-face detective face recognized MFC opencv
renlianshibie
- windows下基于opencv的的人脸识别(静态及动态)-facedetect based on opencv (windows)
5way-to-face-detect
- 5种方法脸部定位,对人脸检测和表情识别都很有帮助。-5 ways to face positioning, face detection and face recognition are very helpful, and VC-based OPENCV
face_verify
- 主要是采用opencv 和vc6.0 来实现对人脸的识别-Opencv and vc6.0 mainly used to achieve recognition of human faces
Test1
- 使用摄像头获取图像,基于opencv的人脸识别系统。-Face Recognition
FaceDetection
- 标准人脸识别源代码,经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
detect-humface
- 计算机识别:画出人脸所在方框,需要opencv支持-computer vision ,detetc humanface
detect-smile
- 计算机识别:画出微笑人脸所在方框,需要opencv支持-computer vision, detect smile face
OpencvRecognise
- 人脸识别基本程序,基于VS2010,如要使用,请提前配置OpenCV-Face Recognise
OpenCVPSIFT
- OpenCV实现人脸识别功能。采用基本的算法实现特征点提取和匹配。-OpenCV face recognition function. The basic algorithm uses the feature point extraction and matching.
ren
- 人脸识别,C++简单代码,需要OPENCV库函数-you need this face++ daima,get it
cv100
- CvvImage.h头文件用于opencv图像编程人脸识别等-CvvImage.h header file for opencv face recognition and other image program
Face-recognition
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。-opencv Face recognition
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头