IMAGE PROCESSING PROJECT GUIDELINES
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Image Analyst
2017-8-25
See the FAQ for code on NON-overlapping blocks. http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!