Image segmentation using k means
显示 更早的评论
Hi All I have a feature vector of an image now i want to segment the image using k-means clustering algo. can any one provide me the code..
4 个评论
Walter Roberson
2012-7-9
编辑:Walter Roberson
2012-7-9
M@lik Ali
2012-7-9
Walter Roberson
2012-7-9
There is, however, remarks about what it means when your Question is tagged with "doit4me".
mahesh
2012-8-3
hi wat feature did u extract from the image??
回答(1 个)
Image Analyst
2012-7-9
0 个投票
Here's an example for you:
Color-Based Segmentation Using K-Means Clustering
8 个评论
M@lik Ali
2012-7-9
Image Analyst
2012-7-9
I guess you have 6 image analysis measurements for each of 6114 blobs in the image? I can't give you the solid solution - I don't have the Statistics toolbox. Perhaps someone who uses kmeans can help you.
M@lik Ali
2012-7-9
Anton Semechko
2012-7-9
I have an implementation of bisecting k-means algorithm here:
the function is called 'MyKmeans'
Walter Roberson
2012-7-9
Which MATLAB version are you using? The demo probably assumes you have a very recent version.
M@lik Ali
2012-7-12
Walter Roberson
2012-7-12
At the command line, please command
which -all kmeans
and tell us the result.
类别
在 帮助中心 和 File Exchange 中查找有关 k-Means and k-Medoids Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!