搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
FaceDetectionFrame
- 一个基于知识的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征,进行验证是否是人脸,并标记位置-a knowledge-based Face Detection System, the first extraction of color, and then testing the eyes, mouth of these characteristics, verify whether he is a human face, and mark position
colorfacedetection
- 一个基于肤色的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征-a color-based Face Detection System, the first extraction of color, and then testing the eyes, mouth these characteristics
fusehebayes
- 基于肤色模型和贝叶斯判别的人脸检测-based on the Bayesian model and color discrimination in Face Detection
MATLAB_FuSeFenGe
- 肤色分割的MATLAB 代码,主要是利用YCrCb来探测皮肤区域,然后进行边界提取。 希望对您有所帮助!
faceidentify
- 一种基于肤色和模板的人脸检测源代码算法。
face-detection
- 人脸检测--基于肤色和模板--matlab版
rljc
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。
基于肤色和模板的人脸检测MATLAB源代码
- 基于肤色和模板的人脸检测MATLAB源代码.rar具有一定参考价值。-and template based on the color of face detection MATLAB source. Rar certain reference value.
VC++人脸检测系统
- 一个基于肤色的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征-a color-based Face Detection System, the first extraction of color, and then testing the eyes, mouth these characteristic
毕业设计:人脸识别系统设计软件
- 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。 随软件附上设计文档和参考资料。
fusefenge.rar
- 用MATLAB工具对人体的不同肤色进行分割处理,MATLAB tools used on the human body with different skin color segmentation to deal with
基于肤色分割人脸检测matlab代码
- 基于肤色分割人脸检测matlab代码 另一种也很好用我也不知道什么方法,face detection
skin
- 人脸肤色检测,在转换成Ycbcr格式后用相关系数进行肤色似然度计算,检测属于肤色的像素。-Skin color detection, the conversion into Ycbcr format color by correlation coefficients calculated likelihood, detection is skin color pixels.
face
- 人脸检测,基于肤色信息的皮肤区域粗检。自适应高斯模型,-Face detection, skin region based on color information, rough inspection. Adaptive Gaussian model
renlianjiance
- 基于模板匹配和肤色检测的人脸检测,包括肤色分割,类似人脸区域检测,模板调整及模板匹配的代码-Template matching and color-based face detection testing, including skin color segmentation, similar to the face region detection, templates and template matching to adjust the code
generate_skinmap
- 一种肤色检测的程序,有详细的算法和步骤,值得-A skin test procedures, detailed algorithms and procedures, it is worth a look
fusechuli
- 能够编译运行,改正了好多网上程序的错误,完整的肤色分割程序,下载者只要在D目录中加一张图片,就可以运行了-To compile and run, full color segmentation process
肤色检测源码
- 用画笔工具在训练图像中拾取那些可能是肤色的像素,,并分别记录下这些像素在RGB和HSV颜色空间的颜色值,根据大量的样本值,确定肤色在两个颜色空间三通道的阈值,用所确定的阈值寻找测试图像中的肤色区域。一种简单的可视化这一过程的方法是将所有非肤色像素指定为黑色,肤色像素指定为白色。(Use the brush tool to pick up those may be the color pixels in the training images, and records the pixels in
贝叶斯 肤色提取
- 基于贝叶斯最小误判和最小损失准则进行的肤色提取(Skin color extraction based on Bayesian minimum misjudgment and minimum loss criterion)