CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - skin detection matlab

搜索资源列表

  1. Face-Eye-Detection.rar

    3下载:
  2. 此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等,This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:2218696
    • 提供者:王杰
  1. skindetector

    0下载:
  2. 在matlab环境下用于人脸皮肤的检测识别,能够实现对不用人的皮肤的有效检测-Matlab environment in the face for skin testing to identify, can not realize the skin on the effective detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:806981
    • 提供者:杨佳
  1. SkinColorDetection

    0下载:
  2. this code is skin color detection algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2208
    • 提供者:fatihtalu
  1. skinmod

    0下载:
  2. code for skin color detection by chromatic color method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:52304
    • 提供者:alpana
  1. codeoffacedetectioninMATLAB

    0下载:
  2. 用于数字图像处理,主要是针对基于肤色模型方法的人脸检测。-For digital image processing, is mainly based on skin color model for face detection method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1024
    • 提供者:陈明
  1. Face_detection_based_on_color_images

    1下载:
  2. 提出了一种基于肤色的精确人脸定位算法,详细叙述了在图片的颜色调整与肤色检测,肤色区域的平滑、 分割与填充,候选眼睛的选取及配对中遇到的具体问题并提出了解决方案. 本算法能较为准确地定位彩色图像 中的正面、小角度偏侧和旋转的人脸,还能检测出一幅图中的多个人脸.-Presents a human face based on skin color precision positioning algorithm, described in detail in the image color ad
  3. 所属分类:Graph program

    • 发布日期:2014-04-09
    • 文件大小:222479
    • 提供者:hope
  1. face

    0下载:
  2. 人脸检测,基于肤色信息的皮肤区域粗检。自适应高斯模型,-Face detection, skin region based on color information, rough inspection. Adaptive Gaussian model
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:796
    • 提供者:yuyang
  1. hs_skin_detection

    0下载:
  2. skin detection in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:592
    • 提供者:maqi
  1. adaptiveskindetector.cpp

    0下载:
  2. Adaptive skin detection program using C++ and OpenCV library
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2727
    • 提供者:zeus
  1. skin

    1下载:
  2. 基于YCbCr空间下,利用椭圆肤色模型进行肤色检测。运行效果不错,附有肤色图片-Based on YCbCr space, using the elliptical skin model skin detection. Runs good results, with color pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:8739
    • 提供者:刘佩如
  1. imag_improve_rgb

    0下载:
  2. This a two stage method in which at first image RGB compensated and then converted to YCbCr to normalise overall illumination of image.Its cascaded implementation of section 2.A of paper "A FAST SKIN REGION DETECTOR" by Phil Chen, Dr.Christos Greecos
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:2008
    • 提供者:王信傑
  1. hsv_face_detect

    0下载:
  2. 基于肤色的HSV颜色模型下的人脸检测,内含实验图像、报告、参考资料等-HSV color model based on skin color of face detection, includes test images, reports, reference materials, etc.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10361514
    • 提供者:Nicole
  1. Untitled13

    0下载:
  2. 皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿-The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into skin and non-Fuse types, usuall
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:550
    • 提供者:麻慧蓉
  1. skindetector

    0下载:
  2. This Matlab code was developed for skin pixel detection in general imagery.-This Matlab code was developed for skin pixel detection in general imagery.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:794461
    • 提供者:samira
  1. Eyelocation

    0下载:
  2. 基于肤色和Hausdorff距离的人脸检测系统的matlab程序-Hausdorff distance based on skin color and face detection system matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1075849
    • 提供者:赵慧君
  1. skin_color

    0下载:
  2. 根据国外文献算法中所写的MATLAB代码,实现肤色检测与轮廓提取。-According to foreign literature written in MATLAB code algorithm to achieve skin color detection and contour extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5897
    • 提供者:
  1. colorsapce

    0下载:
  2. Skin Color Detection(Face Mask)
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:581632
    • 提供者:waqas
  1. renlianjiance

    0下载:
  2. 基于模板匹配和肤色检测的人脸检测,包括肤色分割,类似人脸区域检测,模板调整及模板匹配的代码-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
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1180257
    • 提供者:孟田田
  1. fuse

    0下载:
  2. 基于肤色的人脸检测,要求背景比较简单,下面的图片是取的其中的某一帧-Face detection based on skin color, requiring relatively simple background, the following picture is taken in which a frame
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:8985
    • 提供者:庞方方
  1. skinClassifier

    0下载:
  2. 利用统计颜色模型在RGB颜色空间下进行肤色检测。-skin detection using statistical color model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:7295
    • 提供者:wang
« 1 23 4 5 »
搜珍网 www.dssz.com