divide an image region into 4x4 blocks
1 回表示 (過去 30 日間)
古いコメントを表示
How do I divide an image region into 4x4 blocks and then For each block, calculate the mean value of the block?
0 件のコメント
採用された回答
Joseph Cheng
2014 年 3 月 27 日
You can try to use blockproc(A,[4 4],fun) where fun is a function which does mean(mean(block_struct.data))
その他の回答 (1 件)
Image Analyst
2014 年 3 月 28 日
See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F as well as my two attached blockproc demos.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!