MATLAB: How to apply 8×8 window to image of size 720×1280

blockprocImage Processing Toolboxwindow

Hi, I have an image of size 720×1280. I need to apply the sliding window and block processing (neighborhood)operations to the image. the 8×8 window should be applied. Can you suggest anything

Best Answer

See my attached demo. In one of them I compute standard deviations of the blocks. Adapt it to change the block sizes to whatever you want.