k means clustering of image ..
2 views (last 30 days)
Show older comments
hello every one ..i am new to image processing ..and i am learning now the k means clustering of image .. i went through wonderful steves image processing tuorial which has the link as
the tutorial was really good .. now i dont want to use the kmeans inbuilt function... i want to learn the codes to do kmeans clustering of image myself with my own built function....
please tell me the way so that i can replace this step
[cluster_idx cluster_center] = kmeans(ab,nColors,'distance','sqEuclidean','Replicates',3);
by my own codes ..
thanking you
0 Comments
Answers (1)
Jan
on 14 Oct 2011
Is it possible to answer this question? It depends on "your own codes". Do you mean: "I want to create a kmeans clustering function - where can I find corresponding literature?"
There are several kmeans++ implementations in the FEX. Did you check them? And asking Google for "Matlab kmeans" would be a good idea also.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!