Image segmentation using k means
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 9 Jul. 2012
Bearbeitet: Walter Roberson
am 9 Jul. 2012
M@lik Ali
am 9 Jul. 2012
Walter Roberson
am 9 Jul. 2012
There is, however, remarks about what it means when your Question is tagged with "doit4me".
mahesh
am 3 Aug. 2012
hi wat feature did u extract from the image??
Antworten (1)
Image Analyst
am 9 Jul. 2012
0 Stimmen
Here's an example for you:
Color-Based Segmentation Using K-Means Clustering
8 Kommentare
M@lik Ali
am 9 Jul. 2012
Image Analyst
am 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
am 9 Jul. 2012
Anton Semechko
am 9 Jul. 2012
I have an implementation of bisecting k-means algorithm here:
the function is called 'MyKmeans'
Walter Roberson
am 9 Jul. 2012
Which MATLAB version are you using? The demo probably assumes you have a very recent version.
M@lik Ali
am 12 Jul. 2012
Walter Roberson
am 12 Jul. 2012
At the command line, please command
which -all kmeans
and tell us the result.
Kategorien
Mehr zu k-Means and k-Medoids Clustering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!