在CIELab和HSV颜色空间中的皮肤检测 [英] Skin detection in the CIELab and HSV color space

查看:765
本文介绍了在CIELab和HSV颜色空间中的皮肤检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看过CIELab和HSV在stackoverflow上建议了几次,但是我还没有找到对应于皮肤的任何值。

I've seen CIELab and HSV suggested a few times here on stackoverflow, but I haven't been able to find any values corresponding to skin. What are good values to look for when doing skin detection in the CIELab and HSV color spaces?

例如在RGB中我看到过这样:

For example in RGB I've seen this:

R > 95 AND G > 40 AND B > 20 AND
max{R, G, B} – min{R, G, B} >15 AND
|R – G| > 15 AND
R > G AND R > B
OR
R > 220 AND G > 210 AND B > 170 AND
|R – G| <= 15 AND
R > B AND G > B

CIELab和HSV有类似的表达式吗?

Are there similar expressions for CIELab and HSV?

推荐答案

我的一些书签主题:

通过自适应进行人体跟踪
背景模型和均值转换
分析

自适应肤色分类器

http://www.codeproject.com/ KB / audio-video / face_detection.aspx

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

这篇关于在CIELab和HSV颜色空间中的皮肤检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆