how to find the no of colors and name of the colors in an object eg: tomato

2 Ansichten (letzte 30 Tage)
how to find the no of colors and name of the colors in an object eg: tomato
  2 Kommentare
senthil vadivu
senthil vadivu am 30 Jan. 2017
thanks.But how do I differentiate the objects with similar colors by colors only
Walter Roberson
Walter Roberson am 30 Jan. 2017
So for example you would like to be able to distinguish between the aqua objects and the teal objects? Or between Dusty Rose and Orange Pink?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Stephen23
Stephen23 am 30 Jan. 2017
Bearbeitet: Stephen23 am 30 Jan. 2017

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 30 Jan. 2017
The number of colors in a picture is usually quite large. A picture of tomato could easily use a thousand different colors. Most of them have no particular name.
I suggest that you look in the File Exchange for the fuzzy color identifier. And read https://blog.xkcd.com/2010/05/03/color-survey-results/
  3 Kommentare
Walter Roberson
Walter Roberson am 30 Jan. 2017
https://www.mathworks.com/matlabcentral/fileexchange/12326-color-name-identification--fuzzycolor
John appears to disagree in his comments
Stephen23
Stephen23 am 30 Jan. 2017
@Walter Roberson: In one comment, John talks about colorspaces Lab and HSV as being inappropriate to use as a color difference metric. I totally agree. That is why my FEX submission does not use them, and that is why I put in the effort to write code that does not use nonuniform spaces like HSV to match colors.
The Color Difference metrics that I do use are widely used: they are metrics specifically designed to allow perceptual differences between colors to be estimated. John does not mention anything about them at all, and his point about small changes in Lab directions having different effects on the color is exactly what these Color Difference metrics have been designed to solve.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by