MATLAB: How can divide an image into blocks

digital image processingimageimage analysisimage processing

I want to divided image to 3*3 overlapping blocks, then I will make some operations on each block

Best Answer

blockproc() with 'BorderSize' and 'TrimBorder' options, possibly followed by mat2cell()
Related Question