i have to extract a rectangular region from an image which contains white and skin regions...i need to get height and width of the pixels which fall into skin region and i need to transform the skin regon into another image....can any one help mee...

1 view (last 30 days)
i have to extract a rectangular region from an image which contains white and skin regions...i need to get height and width of the pixels which fall into skin region and i need to transform the skin regon into another image....can any one help mee....

Answers (2)

vijay sai
vijay sai on 26 Jan 2014
identify the range of pixel values form image using the imshow window...and then use submatrix to get the range of values..
  2 Comments
BALIREDDY
BALIREDDY on 26 Jan 2014
thank u Mr.Vijay sai for your answer...i need to extract the top most skin pixel and bottom pixel in an image obtained after extracting skin regions in it how can i do it more effectively?

Sign in to comment.


Image Analyst
Image Analyst on 26 Jan 2014
See my color segmentation demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. Also see the image segmentation demo on that page to see how you can crop out segmented areas to separate, new images.

Community Treasure Hunt

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

Start Hunting!