what is common between objects of nearly same colour?
Show older comments
sir, suppose a common man observes a object and predicts about the color of the object as it is near to true color(say red) . i am eager to know what is the thing that make him able to decide that it is near to red. so , what is common between the objects of nearly same color but some different .....as i know that the rgb values will be different ...then on what color scheme we can predict the common properties about the color of the object.....please reply soon..
3 Comments
satnam singh
on 4 Apr 2013
Walter Roberson
on 4 Apr 2013
That does not appear to be a MATLAB question; it appears to be a question about the properties of the human visual system.
satnam singh
on 4 Apr 2013
Accepted Answer
More Answers (1)
As long as you cannot define "true read" exactly, it is not meaningful to ask for the distance between a color and "true red".
Usually "similar" colors are processed in e.g. the HSV parameterization instead of RGB. Then the first component Hue is separated from the Saturation and the Lightness. But to apply this, you have to define at first that the similarity of colors means the distance in the Hue component. But this might be a question of taste and it might be helpful for astro physicists for the determination of colors of starts, but a horrible idea for designers, who never would combine light red socks with a dark red pair of trousers.
Therefore I agree with Walter: The actual problem is, that you have to define, how you would measure if colors are "near" to each other. There cannot be a general answer and this is not a problem of Matlab.
Categories
Find more on Language Support in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!