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
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
2013 年 4 月 15 日
0 投票
1 件のコメント
Image Analyst
2013 年 4 月 15 日
(Should have been a comment to my Answer.)
カテゴリ
ヘルプ センター および File Exchange で Gaussian Mixture Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!