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 1024*870,,How to divide this image into different block sizes (8*8), (16*16), (64*64), etc. using matlab????