필터 지우기
필터 지우기

IMAGE PROCESSING PROJECT GUIDELINES

조회 수: 5 (최근 30일)
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 8월 25일
댓글: TUSHAR MURATKAR 2017년 9월 13일
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.

채택된 답변

Image Analyst
Image Analyst 2017년 8월 25일
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
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 8월 25일
ok....thanks for such a wonderful explaination. i want to do it with overlapping. But i have one doubt, in my base paper which i am implementing in matlab the authors do not mention about how many pixels needs to be considered for overlapping. They just mention divide image into overlapping blocks and apply svd to each block. can u enlighten this context?
TUSHAR MURATKAR
TUSHAR MURATKAR 2017년 9월 13일
Can anybody tell me how to apply SVD on each block of the matrix. (The image is obtained after dividing an image into overlapping blocks.)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by