搜索资源列表
人脸检测
- 人脸检测的程序,有matlba实现的,有相关的论文
Adaboost人脸检测的MATLAB仿真程序
- Adaboost人脸检测的MATLAB仿真程序.经过调试能得到很好的结果
人脸检测算法对AdaBoost算法进行了改进
- 2008_bmvc_FaceDetector, 实进人脸检测算法,对AdaBoost算法进行了改进,相比之下,比OPENCV中自带的基于HAAR特征的人脸检测算法更稳定。-2008_bmvc_FaceDetector, really into the face detection algorithm, the AdaBoost algorithm has been improved, compared to the native than OPENCV HAAR feature based fa
基于肤色分割人脸检测matlab代码
- 基于肤色分割人脸检测matlab代码 另一种也很好用我也不知道什么方法,face detection
adboost_cascade
- 基于adaboost的人脸检测算法,包括训练,修改了数据读取结构,降低了内存需求-Based on adaboost face detection algorithms, including training, to modify the data read structure, reducing the memory requirements
GMM_Skin_Detector
- Matlab skin detector。运用高斯混合模型训练的到人的皮肤颜色分布。用于皮肤和人脸检测。-A collection of Matlab scr ipts
code
- 基于boosting的人脸检测的matlab实现-Boosting-based face detection matlab implementation
face_detection
- 用matlab编写的人脸检测的算法,包含图片库,可以直接运行,检测出人脸在图片中的位置。-Matlab prepared with face detection algorithms, including image libraries, can be run to detect the face position in the picture.
Face_Recognition_System
- matlab实现人脸检测,基于PCA实现,可以实现人脸识别-matlab face
face_track
- MATLAB的人脸检测程序程序源码,代码完整,功能强大,很好用。-Face Detection MATLAB program source program, code integrity, and powerful.
facedetection(matlab)
- 人脸检测程序基于bp网络模式形态学处理等算法完成人脸检测-face detection
FullFaceDetector
- 基础的人脸检测程序,含有matlab程序,C语言程序及dll库。-simple face detector using C and matlab.
PCA
- 适用于MATLAB的人脸检测代码,完全使用。-适用于MATLAB的人脸检测代码
work
- matlab实现的图像水平、垂直投影,可用于人脸检测。-failed to translate
face
- 人脸检测,基于肤色信息的皮肤区域粗检。自适应高斯模型,-Face detection, skin region based on color information, rough inspection. Adaptive Gaussian model
facerecognitionMATLAB
- 人脸检测的MATLAB代码,包括训练过程。程序的中间用到了PCA的方法。-MATLAB code for face detection, including the training process. Procedures used in the middle of the PCA approach.
Facedetection
- 用于人脸检测的方法,附带文章和源程序。效率高!-Face detection method is used, with articles and source code. Efficient!
Eyelocation
- 基于肤色和Hausdorff距离的人脸检测系统的matlab程序-Hausdorff distance based on skin color and face detection system matlab program
Gabor
- 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
人脸检测
- 使用matlab进行人脸检测,可以很好的将人脸检测出来,并且截取下来,另存为一张图片。