How do I vectorize an 8x8 pixel image?
Mostrar comentarios más antiguos
I have the image, but I need to vectorize it. How should I do so?
1 comentario
Jan
el 29 de Jul. de 2015
What does "vectorize" mean here? What is the wanted result?
Respuestas (1)
Walter Roberson
el 29 de Jul. de 2015
pixelvector = pixelmatrix(:);
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!