kmeans Segmentation Clarification for color images
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sabarinathan Vadivelu
il 11 Feb 2014
Commentato: Image Analyst
il 3 Ott 2018
I had segmented the attached image using kmeans. After kmeans color image segmentation, when I had plotted the cluster centers, I found that, the cluster center was not at the correct point. Why?
4 Commenti
Image Analyst
il 3 Ott 2018
You can try mine (attached). I always put in lots of comments.
Risposta accettata
Anand
il 16 Feb 2014
Your cluster centers are not in the XY co-ordinate space. They are in the AB color space. So cluster_center does not refer to a location on the image.
0 Commenti
Più risposte (1)
Image Analyst
il 16 Feb 2014
I think perhaps this demo is what you're after: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html
3 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!