i have segmented a grayscale image into various clusters, and now i want to display ecch display each clusters with different colours.....pls help..
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have segmented image that contains different image clusters.For the purpose of segmentation i have used the gray scale image and now i want to display each cluster with different colous...
0 Commenti
Risposte (1)
Image Analyst
il 26 Set 2014
The scatter() function has an input argument where you can specify the color of each data point in the cluster. Just make up an N by 3 list of colors. You can also specify the sizes of each data point.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!