I wish to apply filter motion for certain number of iteration on different images, each image will be divided into different block size.
For example, if the image size is 1024x870
,how to divide this image into different block sizes 8x8
, 16x16
, 64x64
, etc. using MATLAB?