MATLAB: IMAGE PROCESSING PROJECT GUIDELINES

image processingImage Processing Toolboxoverlapping blocks

Hi i am working on my project on image processing. In that i need to divide an image into overlapping blocks and then apply svd i.e. singular value decomposition to each block. Any help in this context is appreciated.

Best Answer

If that doesn't work for you then you can have overlapping by the window size minus 1 if you use most functions, or a custom function if you use nlfilter(). If you use any amount of overlap other than 0 or 1 pixel, please explain why you need to do this, since I have doubts as to whether you actually need to do that.
Related Question