MATLAB: Uniform Color Extraction from Image

colorcolor extractioncolormapImage Processing ToolboxsegmentationStatistics and Machine Learning Toolbox

I have a image with multiple colors.I need to extract individual color by suppressing the other color.I mean, if image consist of different color balls and in that one color ball(say yellow or red etc)i need to extract(display) by suppressing remaining color balls. Like that all color balls i need to display separately.
Does any one know please suggest me how to implement this or any MATLAB code?
Thank You

Best Answer

Have you tried my color segmentation tutorials: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 ?
Related Question