Need help in HSV colourspace segmentation of hand!

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

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)

1 Comment

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!