kmeans Segmentation Clarification for color images
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sabarinathan Vadivelu
el 11 de Feb. de 2014
Comentada: Image Analyst
el 3 de Oct. de 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 comentarios
Nishandhini Balasundar
el 3 de Oct. de 2018
can you please explain each line of k means segmentation?
Image Analyst
el 3 de Oct. de 2018
You can try mine (attached). I always put in lots of comments.
Respuesta aceptada
Anand
el 16 de Feb. de 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 comentarios
Más respuestas (1)
Image Analyst
el 16 de Feb. de 2014
I think perhaps this demo is what you're after: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html
3 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!