Clustering using segmented images RGB values
显示 更早的评论
I segment my files according to the RGB values for each segmented area. But as it is estimated the same similar areas can be indexed different index. So the clustering result can be different? How can I cluster these values?(There are similar two images segmented as two part)
Sample: 1. image 1. (1. region RGB(245 255 253) 2. region. RGB(123 189 45)
2. image 1. (1. region RGB RGB(123 189 45) 2. region. RGB(245 255 253)
When I cluster the images according to the RGB values for two region, 1 first and the second image are clustered as different images, even if they are nearly the same. Please help me for solving this issue.
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!