Need help in HSV colourspace segmentation of hand!

1 view (last 30 days)
I have written a code that segments Skin region from the image using Lab colourspace, but it is not much efficient. I am trying to do so in HSV. Need help regarding values!!!

Accepted Answer

Image Analyst
Image Analyst on 6 Jun 2012
You'll find a demo for this in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 "Simple color detection by hue by Image Analyst Detect yellow regions in an image via thresholding in HSV color space. (image processing, color, color classification)" Make the obvious adaptations to the region of HSV space you need (where the skin gamut is).

More Answers (1)

Walter Roberson
Walter Roberson on 6 Jun 2012
  1 Comment
Anand Dumbre
Anand Dumbre on 6 Jun 2012
I have already gone through those links before posting this question. After using rgb2hsv i dont know what function in matlab i should use to enter skin parameters. I need help in that.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!