CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 肤色 人脸检测 matlab

搜索资源列表

  1. color_muban

    1下载:
  2. 程序用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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2353
    • 提供者:李守一
  1. 200512615446

    1下载:
  2. 一个基于肤色的人脸检测MATLAB代码,和大家分享-a color-based Face Detection MATLAB code, and to share with you
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9937
    • 提供者:郑虎
  1. face-detection

    0下载:
  2. 人脸检测--基于肤色和模板--matlab版
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-17
    • 文件大小:8531
    • 提供者:an
  1. 20090101

    0下载:
  2. 这是一个用vc++实现的基于肤色的人脸识别系统,包括人脸的检测、定位,特征提取、识别。-This is a used vc++ Achieve color-based face recognition systems, including face detection, location, feature extraction, identification.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:505193
    • 提供者:谭少侠
  1. detection

    0下载:
  2. 基于肤色模型的人脸检测程序,通过高斯模型建立相似度函数,再经过最佳阈值法来进行二值化,在经过形态学处理得到人脸区域。-Skin color model based on face detection process, the establishment of the similarity function by the Gaussian model, and then through the optimal threshold method for the two values, obtaine
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1327
    • 提供者:地方
  1. m2

    0下载:
  2. 利用肤色检测,腐蚀膨胀等形态学处理人脸图像,能够准确地检测出人脸效果很好,速度很快!-face detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:683
    • 提供者:xiaohua
  1. fc

    0下载:
  2. MATLAB下的人脸定位程序,程序小巧易懂,适合初学者研究进而演化出识别率更好的程序-Under MATLAB Face Locator, the program small and easy to understand, suitable for beginners through research programs evolve better recognition rate
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:59730
    • 提供者:吴绍波
  1. face_detect

    3下载:
  2. 基于肤色的人脸检测matlab程序,已经过调试,实现了人脸的检测,且检测准确率高-Face detection based on skin color matlab program, has been commissioning to achieve a human face detection, and the high rate of detection accuracy
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:104139
    • 提供者:刘勇森
  1. facedetection1

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

    • 发布日期:2017-04-04
    • 文件大小:1800
    • 提供者:麻慧蓉
  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. 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. gaosicbcr

    0下载:
  2. 单高斯模型,进行基于肤色的人脸检测,这是一个m文件,-Single Gaussian model for skin detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:655
    • 提供者:林娅静
  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. hsv.matlab

    2下载:
  2. 肤色的HSV颜色模型下的人脸检测 基于matlab的代码 - matlab hsv compute
  3. 所属分类:Special Effects

    • 发布日期:2014-04-09
    • 文件大小:12699648
    • 提供者:欣雨
  1. MATLAB--ycbcr

    0下载:
  2. 基于YCbCr色彩空间的人脸检测程序,着重阐述了基于肤色分割和模板匹配验证的人脸检测算法。 -YCbCr color space-based face detection program focuses on the face detection algorithm based on skin color segmentation and template matching verification.
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:15858
    • 提供者:微微
  1. Matlab

    0下载:
  2. 基于Matlab的一个最简单的人脸检测程序 ,本程序是基于肤色的人脸侦测程序,较为简单-Based on Matlab a simple face detection program, the program is based on the color of the face detection process, a relatively simple
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:7425
    • 提供者:佐岸
  1. meuberwisecurlyform

    0下载:
  2. 基于肤色和模板的人脸检测MATLAB源代码,rar具有一定参考价值-Face detection based on complexion and template MATLAB source code, rar has a certain reference value,,
  3. 所属分类:Applications

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:swivch
  1. tnn7_code_201212141110

    2下载:
  2. 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-22
    • 文件大小:63488
    • 提供者:合发
  1. 基于MATLAB的肤色分割和匹配的人脸识别研究

    0下载:
  2. 对人脸识别的基本进程进行综述,介绍了空间转换及识别的方法;采用低通滤波处理策略,在总结和分析这些处理方法的基础上,运用填孔处理和边缘检测的人脸识别方法进行人脸识别工作;将几种边缘检测算法与人脸识别相结合进行检测,其识别率有可观的提升。(The basic process of face recognition is reviewed, and the method of space conversion and recognition is introduced. On the basis of
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:2003968
    • 提供者:伯爰虞
  1. MATLAB教室人数统计系统

    1下载:
  2. 该课题为基于MATLAB的教室人数统计,带有丰富的人机交互GUI界面。实现教室人数的计数统计,进而统计出勤率,上课认真听讲的比例。原先预设总人数,未出勤或者书本遮住脸部、趴着玩手机等必然无法采集到人脸,从而对应数量缺失,得出出勤率或听讲率。该课题采用肤色原理进行人脸定位和人脸分割。本课题中,为了界面GUI的美观,刻意将分割出的人脸单独显示在GUI对应的axes里。是个不错的设计选题。(This topic is based on MATLAB classroom statistics, with
  3. 所属分类:图形图像处理

    • 发布日期:2021-02-07
    • 文件大小:601088
    • 提供者:MATLAB道长
« 1 23 »
搜珍网 www.dssz.com