kmeans Segmentation Clarification for color images
4 次查看(过去 30 天)
显示 更早的评论
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?
采纳的回答
Anand
2014-2-16
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 个评论
更多回答(1 个)
Image Analyst
2014-2-16
I think perhaps this demo is what you're after: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html
3 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!