How do I vectorize an 8x8 pixel image?

5 visualizzazioni (ultimi 30 giorni)
tash7827
tash7827 il 29 Lug 2015
Commentato: Jan il 29 Lug 2015
I have the image, but I need to vectorize it. How should I do so?
  1 Commento
Jan
Jan il 29 Lug 2015
What does "vectorize" mean here? What is the wanted result?

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 29 Lug 2015
pixelvector = pixelmatrix(:);

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by