搜索资源列表
人脸检测源码
- 本程序的开发环境为vc6.0. 程序实现了图片预处理、人眼定位、人嘴定位、人脸轮廓检测等功能,有较强的实用性. 在winxp环境下编译通过.
0人脸检测系统(exe可用).rar
- 人脸检测系统,可以用的 ,经过检测
基于肤色人脸检测
- 基于肤色的人脸检测,MFC框架,调试运行成功!
基于肤色和adaboost的人脸检测
- 基于肤色和adaboost算法的人脸检测代码,用C++编写,希望能帮到大家!
人脸检测
- multa的人脸检测啊
objectmarker
- 在人脸检测中用于标记人脸位置的objectmarker.exe,本人花了很大力气才收集到的-Face Detection in for marking the location of human faces objectmarker.exe, I spent a lot only collected
最简单的人脸检测算法
- 最简单的Matlab人脸识别代码,教你一步步做人脸识别,即使刚学matlab也能看懂。特别指出 亲测的,识别准确率的确很高
FaceDetection
- 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
facedetect
- (1)图像预处理:包括输入、输出、显示、缩放等,以及图像的腐蚀、膨胀,图像校正,亮度及对比度调节,光照补偿,色彩平衡等;(2)人脸检测功能,并对检测出的人脸进行标记。-(1) Image preprocessing: includes input, output, display, zoom, and image of the erosion, dilation, image correction, brightness and contrast adjustment, illumination
FaceDec
- 这是一个人脸检测算法,包过眼睛定位,鼻子定位,效果还可以的-this is a face detection code ,the detection result is good~~
renliandingwei
- 对人眼,嘴巴等进行定位,在此基础上进行人脸检测,效果挺好-To the eyes, mouth, etc. to locate, in this based on face detection, very good results
HMMDemo
- 人脸检测系统,利用opencv开发的人脸检测程序-Face Detection system, developed using opencv face detection process
opencv_thesis
- opencv 领域相关的论文,对于人脸检测领域很有参考意义-opencv papers relevant to the area, for the field of face detection is very useful
UFR2.0
- 通过人脸图像归一化,人脸检测,特征提取等处理后,实现人脸识别功能-Through the Human face image normalization, face detection, feature extraction, such as treatment, the realization of face recognition feature
face_detection
- 在visual C++6.0环境下,实现人脸检测的一个系统。-This is a system that can realize face deection.
基于人脸检测的点名系统
- 使用viola-jones算法实现人脸检测并将人脸剪裁出来,通过统计被剪裁人脸的个数实现课堂出勤人数的统计(Face detection using Viola-Jones algorithm, and cut out the face, through the statistics of the number of faces cut to achieve class attendance statistics)
opencv_traincascade人脸训练无代码
- 人脸检测,采用OPENCV实现,包括训练和检测(face detect, make up by OPENCV, include face detect and face recognize)
人脸检测OPENCV
- 使用VS2013编写+OPENCV2.49,能够读取图片并识别人脸,采用 分类器制作,调试通过,也可以改为摄像头