How can I clear the noise from a picture
조회 수: 3 (최근 30일)
이전 댓글 표시
Assume that a picture is multiplied by the noise sin(Ax+By). how can I clear the noise using deconvolution?
댓글 수: 0
답변 (1개)
Image Analyst
2018년 6월 30일
The easiest thing to to not use convolution and just divide by the known pattern. Any reason why you're not doing that?
Otherwise you can find the low frequency spikes in the Fourier domain and erase them. See attached demos.
댓글 수: 2
Image Analyst
2018년 7월 1일
What have you studied about it in class? See this link for tips http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!