MATLAB: How to divide an image into 8*8 non overlapping blocks.

MATLAB

i want to divide the image into 8*8 nonoverlapping blocks, please help me to write the code

Best Answer

reshape(a,8,8,[])