【问题标题】:skin detection in the YUV color space?YUV 颜色空间中的皮肤检测?
【发布时间】:2011-02-23 10:35:03
【问题描述】:

我可以使用一组规则执行皮肤检测吗(例如 x1

【问题讨论】:

    标签: image-processing yuv


    【解决方案1】:

    简短的回答是是的,你可以。

    但是,亮度 (Y) 实际上无关色度(CbCr 或 UV)很重要。

    该领域被引用次数最多的论文之一是this one(未压缩的 PS 文件)。我已经实现了它,它似乎工作得很好。

    更新:上面的链接似乎已经损坏,所以这里是论文的 bibtex 引用:

    @ARTICLE{767122, 
    author={Chai, D. and Ngan, K.N.}, 
    journal={Circuits and Systems for Video Technology, IEEE Transactions on}, title={Face segmentation using skin-color map in videophone applications }, 
    year={1999}, 
    month={jun}, 
    volume={9}, 
    number={4}, 
    pages={551 -564}, 
    keywords={H.261-compliant coder;chrominance component;complex background scene;face-segmentation algorithm;fast algorithm;foreground/background coding;head-and-shoulders view;human skin color;input image;luminance;perceptual quality;pixels;regularization processes;reliable algorithm;simulation results;spatial distribution characteristics;test images;universal skin-color map;video coding;videophone applications;videophone sequence;videotelephony;brightness;image colour analysis;image segmentation;image sequences;video coding;videotelephony;}, 
    doi={10.1109/76.767122}, 
    ISSN={1051-8215},}
    

    【讨论】:

    • 我很确定这个问题的答案是什么,但这里是——@misha,你的实现是否有可能以任何身份向公众提供?
    • 你的直觉很适合你 :) 这是一篇实现起来非常简单的论文。阅读它,您会亲眼看到。
    【解决方案2】:

    这是一个为您提供 RGB 规则的链接:

    http://www.codeproject.com/KB/graphics/RedMatterLibrary.aspx

    下面是如何在 RGB 和 YUV 之间进行转换:

    http://www.fourcc.org/fccyvrgb.php

    希望这会有所帮助。

    【讨论】:

      猜你喜欢
      • 2011-12-19
      • 2023-03-19
      • 2015-12-03
      • 2013-06-03
      • 2012-10-09
      • 1970-01-01
      • 2015-08-06
      • 1970-01-01
      • 2017-12-30
      相关资源
      最近更新 更多