搜索资源列表
color_muban
- 程序用matlab实现基于模板和肤色的人脸检测,首先利用肤色信息检测出可能的人脸区域,然后进行模板匹配.可以实现一幅图片中多人脸的检测.-procedures using Matlab based templates and color of face detection, the first to use color information may detect a face, then template matching. can be achieved over a picture of
FaceDetection
- 进行人脸检测的代码,主要可以实现人脸特征及肤色检测-for face detection code can be achieved major facial features and skin detection
badaoxiama2
- 人脸轮廓提取 简介:针对彩色24位bmp位图,通过光照补偿、肤色检测、假区域去除、轮廓跟踪,可以得到人脸轮廓线。可以是单人脸图像和多人脸图像。
基于肤色人脸检测
- 基于肤色的人脸检测,MFC框架,调试运行成功!
基于肤色和adaboost的人脸检测
- 基于肤色和adaboost算法的人脸检测代码,用C++编写,希望能帮到大家!
human_face_detect_facemodel
- 人脸检测系统源码,准确定位,检测人脸,具有很强的抗噪能力,背景去除,最最关键的一步是肤色匹配,提供了人脸模型,算法自己看,绝对好东西-Human face detection system source code, accuratly position and detect face, which has a strong anti-noise ability. It is widely used in machine vision, pattern recognition, security
20080525_d2f04cb214e13f1bc087WIOdE9Re6Vuw
- 目 录 摘要 2 关键词 2 Abstract 3 Keyword 3 1人脸检测的意义,国内外的情况综述 4 2 基于肤色的人脸定位 6 2.1彩色空间,以及彩色空间的转换 6 2.2人脸肤色模型,二值化 7 2.3后处理 9 2.4人脸区域的定位 10 3视频流 10 3.1 视频工具包Video for Windows 10 3.2视频流采集的实现 11 3.2.1 AVICap主要功能 11 3.2.2 视频采集算法 12
2009428152338585
- 人脸识别,基于肤色检测,利用腐蚀等方式得到人脸分区-facedetection
facedetection
- 基于肤色和模板匹配的人脸检测VC程序,利用人脸的肤色进行边缘检测,然后与训练集中的人脸样本进行匹配来检测人脸。-Template matching based on skin color and face detection VC program, use face color edge detection, and then with the training set of face samples for matching to detect the human face.
blepo
- 一个利用肤色来检测和跟踪人脸的例子。包括一个开源的函数库。和opencv相当。-A example for face detection and tracking using color Histogram
PersonIDFetch
- 研究描述人脸特征的有效方法, 讨论身份证照片的特征提取和检索采用自适应肤色检测技术改进通用的肤色检测算法, 进行脸部区域的划分提出系数投影法对面部五官区域进行分割, 在各区域中提取面部几何特征引人描述脸颊和下额轮廓的曲线参数作为脸形特征, 得到对人脸特征更准确的描述将面部几何特征矢量匹配、脸形曲线参数匹配和脸部图像相关匹配相结合, 实现人像照片的准确检索实验表明该方法性能优良。-Describe the facial features of an effective way to discuss
codeforFaceDetecting
- 一个人脸检测的程序,里面有光照补偿,肤色分割,腐蚀,眼睛检测,嘴巴检测,功能齐全,效果很好-A face detection program, which has light compensation, color segmentation, corrosion, eye detection, mouth detection, functional, good results
FaceDetection
- 对图像进行光照补偿,再利用肤色对其进行人脸检测,二值化,值得一看!-Illumination compensation of the image, and then carried out using skin color of their face detection, binarization, worth a visit!
face-detection
- 用C++编写的基于对话框的人脸检测程序其中包括摄像头的启动,算法采用肤色检测-Written in C++ dialog based application, including face detection camera, start, skin detection algorithm
123
- 人脸肤色检测,可以输入不同图片进行测试。 采用原理是YCrcCb阈值设定-Skin color detection, you can enter a different picture to be tested. Using the principle YCrcCb threshold set
Chsrara
- 基于摄像头的人脸肤色模型检测测,采用HSV空间。 -Camera-based skin color model checking measured using the HSV color space.
facecolor
- C++编写,根据人脸肤色检测人脸的程序。输入一张人脸图像,即可找到人脸。-C++ preparation, according to the human skin color face detection process. Enter a face image, you can find a person' s face.
fatigue_mq_block
- 基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸-fatigue driving detecting
human-face-detection
- 利用肤色分割,采用MATLAB进行编程实现对图片中的人脸进行检测,程序包中还包括采用“参考白”方法进行光照补偿的源程序-Based on skin color segmentation, using MATLAB programming to realize the face detection, the package also includes a reference white approach of the source illumination compensation
基于肤色的人脸定位检测
- 通过肤色分割,接着二值化处理,再进行积分投影法来实现人脸的定位