搜索资源列表
人脸检测系统源码vc6
- 人脸检测程序源码,测试环境vc6 本源码仅供学习和交流之用-face detection procedures source, the test environment vc6 only source learning and the exchange of use! !
人脸检测程序代码
- 是一个很好的人脸识别程序啊,用vc++结合opencv做的
基于Adaboost的人脸检测程序
- 基于Adaboost的人脸检测 c代码
人脸检测程序
- 很有效很快的人脸检测程序,基于OpenCV开发
人脸检测系统源码vc6
- 人脸检测程序源码,测试环境vc6 本源码仅供学习和交流之用-face detection procedures source, the test environment vc6 only source learning and the exchange of use! !
face_detection_and_algorithm
- 基于MATLAB的人脸检测程序,该代码对人脸检测算法的具体实现有很好的参考价值。-MATLAB-based Face Detection procedures, The code of face detection algorithm is a concrete realization of a very good reference value.
moisac_face_detect
- 采用镶嵌图的人脸检测程序,速度快,精度没有adaboost好,可以供学习使用-using mosaic of face detection procedures, speed and accuracy not adaboost good, can be used for learning
renlianjianceFaceDetection
- 人脸检测程序代码,你可以是一下啊!!!还是不错的呢-face detection code, you can be about ah! ! ! Or good?
faceRecogniztion-fusemoxing
- 一个简单的基于肤色模型的人脸检测程序。基于DSPTMSP6711;-a simple model based on the color of face detection procedures. Based on DSPTMSP6711;
manFaceDetection
- 人脸检测程序。在菜单上有许多功能选项,可实现多角度,多目的检测。-face detection procedures. In the menu options are many functions that can be achieved from different angles, multi-purpose testing.
07105008
- 人脸检测程序 可对图片或者视频中的人脸进行检测-Face detection procedures can picture or video Face detection
DetectingObject
- 基于opencv的人脸检测程序 以训练好了样本。-Based on the opencv face detection procedures to the training samples well.
facedetect
- 速度快功能强大的人脸检测程序,非常好用。基于Matlab的。-Fast powerful face detection procedures, very easy to use. Based on the Matlab.
FaceFeaDetectionDLL
- 本人自己开发的一个人脸检测程序,实现人脸的精确检测,可检测人脸的轮廓,有效去除了背景干扰,对环境依赖行小,希望对做人脸检测的朋友们有所帮助是Dll的-this source code is about face detection which is developed by myself, it achieve the accurately face detection. it can detect the contour of fac
facedetect
- 基于肤色模型的人脸检测程序 直接在vc环境下的,很好用精度很高-face detecting code
face_track
- MATLAB的人脸检测程序程序源码,代码完整,功能强大,很好用。-Face Detection MATLAB program source program, code integrity, and powerful.
facedetection(matlab)
- 人脸检测程序基于bp网络模式形态学处理等算法完成人脸检测-face detection
fdp-v51
- 神经网络人脸检测程序。采用Gabor变换提取特征,使用前馈网络分类识别。-Face Detection Program。
666
- 人脸检测程序,采用贝叶斯判别进行的人脸检测,有测试例子-Face detection program, using Bayes discriminant for face detection, there are test cases
11_人脸检测与识别系统
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。(This procedure deals mainly with BMP Bitmaps. 2. In order for