Since YCBCR method of skin recognition gives poor results,Can anybody suggest me a simple code to detect skin regions by using HSV ? Thanks in advance

4 Kommentare

Jiro Doke
Jiro Doke am 18 Feb. 2011
I don't think this questions is related to MATLAB or any programming tools.
Niranjan
Niranjan am 20 Feb. 2011
Why not? I am using MATLAB image processing toolbox for my work.
Jiro Doke
Jiro Doke am 20 Feb. 2011
Bearbeitet: Walter Roberson am 20 Jun. 2023
I see you changed your question after my comment. So yes, it's now more of a MATLAB question, but it seems very open-ended. What have you tried? Have you looked at the documentation for "Converting Color Data Between Color Spaces" ( http://www.mathworks.com/access/helpdesk/help/toolbox/images/f8-20792.html )? You may also want to look at sections on "Morphological Operations" ( http://www.mathworks.com/access/helpdesk/help/toolbox/images/f18-9530.html ) and "Analyzing and Enhancing Image" ( http://www.mathworks.com/access/helpdesk/help/toolbox/images/f11-9579.html ).
John D'Errico
John D'Errico am 20 Feb. 2011
Flesh tones live in a fairly nastily shaped part of color spaces. From what I recall in Lab, it is a curvy banana, especially if you sample all races adequately. Even at that, there are issues of what exactly is a flesh tone. At what point does badly sunburned skin no longer qualify as a traditional flesh tone?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 18 Feb. 2011

1 Stimme

Using YCrCb for skin detection is not recommended. Please examine this summary presentation, in which it is shown to be the poorest choice.
Walter Roberson
Walter Roberson am 20 Feb. 2011

0 Stimmen

Note that Niranjan did not ask about "flesh tones", but rather about skin recognition. Niranjan thus implicitly wishes to be able to recognize even skin that has been "body-painted"

Gefragt:

am 18 Feb. 2011

Bearbeitet:

am 20 Jun. 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by