搜索资源列表
VC++人脸识别
- vc++实现的人脸识别
haarcascade 用opencv写的人脸识别
- 用opencv写的人脸识别,适合初学者,简单易懂,功能方面只是实现了在脸部圈一个圈-Written with opencv face recognition, suitable for beginners, easy to understand, but to achieve the functions of a circle on the face ring
faceidentification.rar
- 基于opencv的C/C++源代码人脸识别源代码
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
webcamfacedetector
- flash opencv 做的人脸识别,识别效果很好,无需插件,直接浏览-flash opencv face recognition to do
1985530opencv-facel-recongnition
- 用VC开发的基于opencv的人脸识别系统-Opencv with VC development of face recognition system based on
VideoProj
- OpenCV 人脸识别示例,请将源码拷贝至E盘(具体路径,参见编译后提示) 请使用Debug模式编译-OpenCV Face Recognition sample, please copy the source code to the E site (the specific path, see the compiled tips), please use the Debug mode compilation
face_recognision
- 人脸检测原理及示例(OpenCV+Python) 做人脸识别方向的可以参考下-Face detection theory and examples (OpenCV+ Python) to do face recognition, under the direction of the can refer to
wf
- 一个简单完整的人脸识别系统,基于OpenCV的-a simple system of face recognition
20459181openCV-program
- 本程序利用opencv检测人脸 进行人脸识别 程序简单实用-The program uses opencv face detection is simple and practical procedure for face recognition
face-recognition-
- 利用OpenCV实现的视频采集和人脸识别程序代码-Use the video collection and OpenCV for face recognition
OpenCV-facedetect-system
- 利用OpenCV实现的视频采集和人脸识别程序代码-OpenCV implementation using video capture and recognition of program code
OpenCV-image-for-face-recognition-
- Visual_C++利用OpenCV对图像进行人脸识别(傻瓜教程)很适合于初学者-Visual_C++ using OpenCV image for face recognition
人脸识别
- 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(
基于OPENCV人脸识别与追踪,灰度化,二值化
- 图像处理,基于OPENCV的人脸识别与追踪源码,灰度化,二值化(image processing code, using open source computer vision library)
OpenCV基于隐马尔可夫模型(HMM)的人脸识别
- OpenCV基于隐马尔可夫模型(HMM)的人脸识别源程序(OpenCV based on Hidden Markov model (HMM) for face recognition source program)
Python-opencv
- 利用Python在树莓派上实现一个人脸识别系统(Using Python to implement a face recognition system on raspberry pi)
控制台程序
- 利用opencv实现人脸识别,有效的快速定位并圈出位置(The face detection using OpenCV)
人脸识别
- 本程序用到了opencv 中的扩展库opencv contrib, 先用take.cpp来获取自己的数据库,然后在用tria.cpp来训练能检测自己的脸的检测器,再运行recon.cpp来进行人脸检测。(This program uses the extension library opencv contrib in OpenCV. First, take.cpp is used to get its own database, then tria.cpp is used to train th
300
- 基于opencv的简易人脸识别系统,完成了拍摄,训练模型,识别自己的脸的功能(A simple face recognition system based on OpenCV has completed the shooting, training model, and recognizes the function of the face.)