color space plot of image
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
in this site
there is a color space plot 2d and 3d in Rcode, how can i plot same graphs in matlab lenguages?
thenks a lot.
0 Commenti
Risposte (1)
Image Analyst
il 13 Giu 2021
I believe you're wanting the colorcloud() function. It plots the gamut in 3-D. Not sure what a 2-D plot would be. What do the axes represent in 2-D?
2 Commenti
Image Analyst
il 13 Giu 2021
You can use the view() command to view the colorcloud from a certain vantage point, so that the 3-D cloud appears 2-D.
k-means is usually a poor way of classifying color clusters. I'm attaching my kmeans() demo on a color image as proof. You probably won't use kmeans for color segmentation in real life, but could be fun as an illustrative process - just to see what it does out of curiosity, even though it give lousy results.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!