Image segmentation using k means
Show older comments
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 Comments
Walter Roberson
on 9 Jul 2012
Edited: Walter Roberson
on 9 Jul 2012
M@lik Ali
on 9 Jul 2012
Walter Roberson
on 9 Jul 2012
There is, however, remarks about what it means when your Question is tagged with "doit4me".
mahesh
on 3 Aug 2012
hi wat feature did u extract from the image??
Answers (1)
Image Analyst
on 9 Jul 2012
0 votes
Here's an example for you:
Color-Based Segmentation Using K-Means Clustering
8 Comments
M@lik Ali
on 9 Jul 2012
Image Analyst
on 9 Jul 2012
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
on 9 Jul 2012
Anton Semechko
on 9 Jul 2012
I have an implementation of bisecting k-means algorithm here:
the function is called 'MyKmeans'
Walter Roberson
on 9 Jul 2012
Which MATLAB version are you using? The demo probably assumes you have a very recent version.
M@lik Ali
on 12 Jul 2012
Walter Roberson
on 12 Jul 2012
At the command line, please command
which -all kmeans
and tell us the result.
Categories
Find more on k-Means and k-Medoids Clustering 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!