Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how do i use kmeans clustering??

1 visualización (últimos 30 días)
Laila Hayat
Laila Hayat el 21 de Nov. de 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 comentarios
Laila Hayat
Laila Hayat el 26 de Nov. de 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 el 26 de Nov. de 2012
code i wrote till now

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by