Info

This question is closed. Reopen it to edit or answer.

how do i use kmeans clustering??

1 view (last 30 days)
Laila Hayat
Laila Hayat on 21 Nov 2012
im loading a pic onion.png and using function kmeans(x,k) i assigned k=5. now problem is that i cant find what 'x' is and how to use it? never used matlab so dont know how to use the functions
  8 Comments
Laila Hayat
Laila Hayat on 26 Nov 2012
a=imread('onion.png'); imshow(a); ab=double(a); cluster=kmeans(ab, 5); finalImage=reshape(cluster ,5); figure, imagesc(finalImage)
Laila Hayat
Laila Hayat on 26 Nov 2012
code i wrote till now

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!