How to divide an image into blocks(non overlapping)?
1 次查看(过去 30 天)
显示 更早的评论
I'm facing a problem in dividing an image into non overlapping blocks. I am supposed to take a Fourier transform of the divided blocks.can i use "blockproc" to do this?
2 个评论
Geoff Hayes
2014-10-1
编辑:Geoff Hayes
2014-10-1
Note that you will need the Image Processing Toolbox to use this function.
采纳的回答
Image Analyst
2014-10-1
You can use mat2cell() or indexing(). Both of these methods are shown in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
If you also want to call a function on each block, then you can use blockproc() as illustrated in my two attached demos.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!