conversion of image into 8 x 8 matrix

6 ビュー (過去 30 日間)
ARCHANA PATIL
ARCHANA PATIL 2019 年 2 月 4 日
コメント済み: ARCHANA PATIL 2019 年 2 月 7 日
I have one image file.
Then how to convert image into 8 x 8 matrix and 16 x 16 matrix

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 2 月 4 日
編集済み: KALYAN ACHARJYA 2019 年 2 月 4 日
Assuming you have gray scale image, say I, for 8x8
result_image=imresize(I,[8 8])
and for 4x4
result_image=imresize(I,[4 4])
If you are talking about sliding window, look here
  1 件のコメント
ARCHANA PATIL
ARCHANA PATIL 2019 年 2 月 7 日
Thank you.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by