MATLAB: Need help in HSV colourspace segmentation of hand!

hsvimage processingimage segmentationskin

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!!!

Best 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).