How to create a 8 * 8 image

12 ビュー (過去 30 日間)
matlabgeek
matlabgeek 2016 年 1 月 10 日
コメント済み: matlabgeek 2016 年 1 月 10 日
I want to process a image which is 8 * 8 in Matlab, which means both its width and height 8. For example, how do we create a 8 * 8 jpeg image? Thank you very much.
Or how do we change a image from non 8 * 8 to 8 * 8 image?

採用された回答

Image Analyst
Image Analyst 2016 年 1 月 10 日
Another possibility:
image8x8 = imresize(originalImage, [8,8]);
  2 件のコメント
matlabgeek
matlabgeek 2016 年 1 月 10 日
Thank you for your answer
matlabgeek
matlabgeek 2016 年 1 月 10 日

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by