Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how do i use kmeans clustering??

1 vue (au cours des 30 derniers jours)
Laila Hayat
Laila Hayat le 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 commentaires
Laila Hayat
Laila Hayat le 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 le 26 Nov 2012
code i wrote till now

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by