How to plot colormap of color image (RGB) in matlab?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need to analyze the colors of an image. I am wondering how to plot colormap of color image.
2 comentarios
Respuestas (5)
Tim Jackman
el 21 de Nov. de 2016
Editada: Walter Roberson
el 21 de Nov. de 2016
Try colorcloud(RGB)
1 comentario
Walter Roberson
el 21 de Nov. de 2016
Interesting. I had not seen that before. I see it is new in R2016b.
Image Analyst
el 21 de Nov. de 2016
The color thresholder app on the apps tab will show you the color gamut, which is the real name for what you're asking for.
0 comentarios
Image Analyst
el 21 de Nov. de 2016
You can change color spaces and show appearance weighted by frequency if you want. You can also quantize into fewer colors, like as if you had run rgb2ind() on the image.
0 comentarios
Ver también
Categorías
Más información sobre Orange en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!