搜索资源列表
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
基于肤色人脸检测
- 基于肤色的人脸检测,MFC框架,调试运行成功!
基于肤色和adaboost的人脸检测
- 基于肤色和adaboost算法的人脸检测代码,用C++编写,希望能帮到大家!
duo-te-zheng
- :该文把局部三值模式(Local Ternary Patterns, LTP)纹理特征引入Mean Shift 跟踪算法,提出了基于多 特征的Mean Shift 人脸跟踪算法以解决Mean shift 跟踪算法的鲁棒性问题。通过对LTP 纹理特征的分析、研究, 提出了一个LTP 关键纹理模型,既增强了目标的关键纹理信息,又简化了LTP 纹理模型。在此基础上,提出一 种基于LTP 关键纹理特征和肤色特征的Mean Shift 人脸跟踪算法,有效地解决了Mean Shift 算法的鲁棒
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
face
- 基于肤色识别的人脸检测系统,能有效识别人脸。-Face recognition based on skin color detection system can effectively identify the human face.
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.
face-detection
- 用C++编写的基于对话框的人脸检测程序其中包括摄像头的启动,算法采用肤色检测-Written in C++ dialog based application, including face detection camera, start, skin detection algorithm
Chsrara
- 基于摄像头的人脸肤色模型检测测,采用HSV空间。 -Camera-based skin color model checking measured using the HSV color space.
human-face-recognition
- 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提
MATLAB--ycbcr
- 基于YCbCr色彩空间的人脸检测程序,着重阐述了基于肤色分割和模板匹配验证的人脸检测算法。 -YCbCr color space-based face detection program focuses on the face detection algorithm based on skin color segmentation and template matching verification.
face4.1
- S3c2440处理器摄像头模块,基于肤色的人脸识别代码-S3c2440 processor camera module, face recognition code based on skin color
fatigue_mq_block
- 基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸-fatigue driving detecting
FaceDetect
- 这是一个基于MATLAB的肤色模型人脸识别代码,供初学者借鉴学习使用-This is a color model based on MATLAB code recognition for beginners learning to use reference
vedio_skin_face_detecting
- 自带摄像头基于肤色的人脸检测,可实现跟踪功能。-face detection
0000face
- 针对光照变化对人脸检测及人眼定位的影响 , 提出一种基于肤色模型的人脸检测与人 眼定位方法 . 先对图像进行预处理 , 减少图像中的噪声 ; 再将 RGB 颜色空间转化到具有良好 肤色聚类特性的 YCbCr 色彩空间 , 利用 Gauss 模型进行肤色建模 ; 最后检测出人脸区域并确 定人眼位置 . -The influence of illumination changes on human fa
ycbcr_hsv
- 本程序是基于肤色模型的人脸检测算法编写的代码,是在VS2010上面测试过可以使用的。-This procedure is based on the code color model face detection algorithm written in VS2010 tested above can be used.
基于肤色的人脸定位检测
- 通过肤色分割,接着二值化处理,再进行积分投影法来实现人脸的定位
YCbCr_complexion.m
- 在YCbCr颜色空间下,一种基于肤色模型的人脸识别算法(Face recognition algorithm based on skin color model)