color space plot of image
Show older comments
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.
Answers (1)
Image Analyst
on 13 Jun 2021
2 votes
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 Comments
mattia brichetti
on 13 Jun 2021
Image Analyst
on 13 Jun 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.
Categories
Find more on k-Means and k-Medoids Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!