Login
Remember
Register
Ask a Question
What is inverse filtering in image processing?
0
votes
asked
May 3, 2020
in
Image processing
by
SakshiSharma
What is inverse filtering in image processing?
#image-inverse-filtering
#inverse-filtering
#filtering-inverse
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 3, 2020
by
Robindeniel
The simplest approach to restoration is direct inverse filtering, an estimate
F^(u,v) of the transform of the original image simply by dividing the transform of
the degraded image, G^(u,v) by the degradation function.
F^ (u,v) = G^(u,v)/H(u,v)
...