How do I vectorize an 8x8 pixel image?
Show older comments
I have the image, but I need to vectorize it. How should I do so?
1 Comment
Jan
on 29 Jul 2015
What does "vectorize" mean here? What is the wanted result?
Answers (1)
Walter Roberson
on 29 Jul 2015
pixelvector = pixelmatrix(:);
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!