Image Tiling

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

 采纳的回答

Image Analyst
Image Analyst 2011-8-12

1 个投票

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

更多回答(1 个)

harjan
harjan 2011-8-12

0 个投票

I divide the image using mat2cell function

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by