MATLAB: Image Tiling

image processing

Hello I have 256×256 image and i need to divide it by 8×8 cell(totally 32 cells) and perform some iterative operations within particular cell. Can anyone answer this? Thankyou in advance……

Best Answer

Use the imfilter(), nlfilter(), or blocproc() function.
Related Question