dear programmers i am newbie here. i need to split a image into 8x8 pixels. please give the simple code.

 採用された回答

Walter Roberson
Walter Roberson 2013 年 4 月 4 日

1 投票

SplitImage = mat2cell( OriginalImage, 8 * ones(1,size(OriginalImage,1)/8), 8 * ones(1,size(OriginalImage,2)/8), size(OriginalImage,3) );

3 件のコメント

win
win 2013 年 4 月 4 日
thanks.........
Tia
Tia 2013 年 7 月 15 日
hello.. could you tell me how to call splitImage(1,1).. example:
splitImage(1,1)=splitImage(1,3)
i want to move it. is it possible? thanks
fateh
fateh 2014 年 6 月 2 日
how do i split image file into 4096 bytes per each fragment...and find out its compression ratio
need ur guidance plz...

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

その他の回答 (2 件)

praveen
praveen 2013 年 10 月 20 日

0 投票

how to split image into 4*4 matrix

1 件のコメント

Image Analyst
Image Analyst 2013 年 10 月 20 日
Didn't you see my answer above?

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

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

win
2013 年 4 月 4 日

コメント済み:

2014 年 6 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by