搜索资源列表
192168299820078291242484891253
- 通过肤色建模,色度匹配,亮度匹配,去假区域,眼睛定位,嘴巴定位等一系列的手段勾勒出一幅人脸有光线补偿,腐蚀,膨胀等很多算法
VC++
- 通过肤色建模,二值化,成功的对人脸进行定位和输出
rljc
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。
人脸定位实例
利用相似度和肤色建模两种方法进行人脸定位,并定位出来人眼、嘴、鼻子利用VC++对话框编程,功能强大
192168299820078291242484891253
- 通过肤色建模,色度匹配,亮度匹配,去假区域,眼睛定位,嘴巴定位等一系列的手段勾勒出一幅人脸有光线补偿,腐蚀,膨胀等很多算法-Through the color modeling, color matching, brightness matching, to leave the region, eye position, mouth position outlined a series of means has a face light
VC++
- 通过肤色建模,二值化,成功的对人脸进行定位和输出-Through the color modeling, binarization, successful positioning of the human face and output
rljc
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换色彩空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。-Face recognition technology can be
Facerecognitionhandbook
- 介绍当前所有人脸技术的改进工作.包手肤色建模,Adaboost训练,Suan算法等改进算法.-Introduced all the current technology to improve the working face. Packet hand color model, Adaboost training, Suan algorithm to improve the algorithm.
skintone
- 此文件是用于图像处理的,可以进行肤色建模等操作,从而对人面进行识别-This file is used for image processing, modeling, such as color can be operated so as to identify face
FaceDetection
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换彩色空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。 -Face recognition can be applied t
skinmodel
- 这段代码主要是对当前流行的颜色空间进行肤色建模。测试图片可以随便从网上下载,能够自动准确的检测肤色区域。-The code mainly for the popular color space for skin color modeling. Test images can be easily downloaded from the Internet that can automatically detect and accurate
YCgCrandSVM
- 基于肤色分割和SVM的人脸检测的MATLAB 代码,主要是利用YCgCr来来进行肤色建模,然后结合SVM进行检测。 希望对您有所帮助!-Based on skin color segmentation and SVM Face Detection MATLAB code, mainly used to carry out color YCgCr to model, and then tested with SVM. Want to he
fice_color_build
- 肤色建模,利用图像处理理论,获取图像中的人肤色部分,可以应用多种人种-Skin color modeling, the use of image processing theory, to obtain images of the human skin section can be applied to a variety of ethnic
Image_Processing
- 包括3个图像处理的代码 1、图像的缩放平移等 2、图像RGB空间到CMY\HSI\HSV等空间的变换 3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY \ HSI \ HSV space transforma
facedetecion
- 毕业设计关于视频的人脸检测程序 使用YCrCb空间肤色建模 经过后期预处理-face recondition
facedetection1
- 基于肤色的人脸检测MATLAB源代码皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的-Face detection based on skin color skin detection MATLAB source code for the ultimate goal is to build a decision
Untitled13
- 皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿-The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into s
Colormodelingarticle
- 此处肤色建模的几篇文章,是国内外近几年的研究成果。都是比较经典的。-Color modeling articles here is the results of research in recent years at home and abroad. Are more classic.
VideoCapture(04.5.31)
- 以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换彩色空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪 网上的-WebCam video stream collected by the data source, the video stream interception of single fr a me image, by converting the color
基于高斯模型的肤色建模与似然图计算
- 基于肤色的人脸分割,对图像进行预处理后建立模型(Face segmentation based on skin color)