I'm working on a image processing system to segment three different types of pixels that are more or less Yellow/Red/Black.
Now my question - which I though it's best to be asked here - is that which Color system can best best differentiate these three colors in numeric values?
For example if we use RGB, Yellow and Red pixels, will have very similar values in their Red channel (close to 255) which makes it not a good choice for this purpose.
Hope my question is clear.
Thanks.
