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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 26 Sep 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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!