How do I get the percentage of individul color of a color image?

3 Ansichten (letzte 30 Tage)
Aditya
Aditya am 4 Feb. 2011
I have a color image with red and blue color.
How can I find out the percentage of individual red and blue color.
  2 Kommentare
Doug Hull
Doug Hull am 4 Feb. 2011
Aditya, this is the third time you have asked this same question. Why do you keep asking when it has already been answered? Use comments to discuss. You can edit your old questions to update them.
Walter Roberson
Walter Roberson am 13 Mai 2011
duplicates http://www.mathworks.com/matlabcentral/answers/773-how-can-i-get-the-percentage-of-each-individual-color-from-an-rgb-image

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Brett Shoelson
Brett Shoelson am 4 Feb. 2011
Aditya, If your image is binary blue / red, this is easy. Otherwise, you need to define what is "red" (is it [1 0 0]?) and what is blue ([0 0 1]?). What if it's [0.95 0.05 0.05]? Is that red?
You might consider kmeans clustering. Check out clusterImg on the File Exchange; it can help you create separate color masks of your image. Then you can easliy count the number of pixels in the resulting binary masks.
Cheers,
Brett

Community Treasure Hunt

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

Start Hunting!

Translated by