how to make cluster of points using any clustering method
Show older comments
i want to make clusters of a given key points in image using any clustering method?
Answers (2)
Image Analyst
on 12 Apr 2013
Edited: Image Analyst
on 12 Apr 2013
0 votes
How about using kmeans, as included in the Statistics Toolbox?
Or by chance, do you mean connected components labeling, done by bwconncomp() or bwlabel() in the Image Processing Toolbox?
Parul Mishra
on 15 Apr 2013
0 votes
1 Comment
Image Analyst
on 15 Apr 2013
(Should have been a comment to my Answer.)
Categories
Find more on Gaussian Mixture Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!