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?

回答 (2 件)

Image Analyst
Image Analyst 2013 年 4 月 12 日
編集済み: Image Analyst 2013 年 4 月 12 日

0 投票

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
Parul Mishra 2013 年 4 月 15 日

0 投票

I am now going to learn k means and about bwconncomp() if i again found any problem then i will tell you. thanks

1 件のコメント

Image Analyst
Image Analyst 2013 年 4 月 15 日
(Should have been a comment to my Answer.)

サインインしてコメントする。

質問済み:

2013 年 4 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by