MATLAB: Image segmentation by k-means algorithm

k-means segmentation

hi, if i have an image and i segment it by k-means algorithm, how can i calculate the mean squared error for the segment image?

Best Answer

https://in.mathworks.com/help/stats/kmeans.html
https://in.mathworks.com/help/stats/k-means-clustering.html
Related Question