How can I clear the noise from a picture

1 view (last 30 days)
Assume that a picture is multiplied by the noise sin(Ax+By). how can I clear the noise using deconvolution?

Answers (1)

Image Analyst
Image Analyst on 30 Jun 2018
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.

Community Treasure Hunt

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

Start Hunting!