how to make cluster of points using any clustering method

i want to make clusters of a given key points in image using any clustering method?

Answers (2)

Image Analyst
Image Analyst on 12 Apr 2013
Edited: Image Analyst on 12 Apr 2013
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?
I am now going to learn k means and about bwconncomp() if i again found any problem then i will tell you. thanks

Asked:

on 12 Apr 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!