Image Tiling

1 view (last 30 days)
harjan
harjan on 12 Aug 2011
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......

Accepted Answer

Image Analyst
Image Analyst on 12 Aug 2011
Use the imfilter(), nlfilter(), or blocproc() function.

More Answers (1)

harjan
harjan on 12 Aug 2011
I divide the image using mat2cell function

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!