IMAGE PROCESSING PROJECT GUIDELINES
조회 수: 1 (최근 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.
댓글 수: 4
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!