MATLAB: I need to find red,yellow,orange colors only in an image .how to find repeated pixel values for those colors in an and RGB image.

digital image processing

I need to find red,yellow,orange colors only in an image .how to find repeated pixel values for those colors in an and RGB image.

Best Answer

This is nice tool to understand the intensity in RGB color space
imtool
You should specify the threshold level from the image. If it's difficult to do so in RGB color space, I recommend you to use HSV color space. This application helps you well.
colorThresholder