How do I vectorize an 8x8 pixel image?
Afficher commentaires plus anciens
I have the image, but I need to vectorize it. How should I do so?
1 commentaire
Jan
le 29 Juil 2015
What does "vectorize" mean here? What is the wanted result?
Réponses (1)
Walter Roberson
le 29 Juil 2015
pixelvector = pixelmatrix(:);
Catégories
En savoir plus sur Region and Image Properties dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!