How do I vectorize an 8x8 pixel image?

5 ビュー (過去 30 日間)
tash7827
tash7827 2015 年 7 月 29 日
コメント済み: Jan 2015 年 7 月 29 日
I have the image, but I need to vectorize it. How should I do so?
  1 件のコメント
Jan
Jan 2015 年 7 月 29 日
What does "vectorize" mean here? What is the wanted result?

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 7 月 29 日
pixelvector = pixelmatrix(:);

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by