Applying k means to matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have the result after dividing same pixels into blocks,
result is in variable out in workspace
27 [1,9]
30 [1,12]
31 [1,13]
32 [1,14]
33 [1,15]
34 [1,16]
35 [1,17]
36 [1,18]
37 [1,19]
38 [1,20]
39 [1,21]
now i have to apply k means for the above result ,i.e for each block i have to apply k means
please help
11 comentarios
Walter Roberson
el 27 de Nov. de 2012
Okay, so what is your current version of the code (after taking the documentation into account) ?
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!