Deconvolution
Deconvolution is a process used in signal and image processing to reverse the effects of convolution with a known or estimated kernel, often a point spread function. In many systems, an original signal x is observed as y = h * x + n, where h is the impulse response (or point spread function in imaging) and n represents noise. Deconvolution seeks to recover x from y given h.
Because convolution with noise is smoothing, direct inversion is unstable; deconvolution is an ill-posed inverse problem.
Common methods include inverse filtering, which attempts to compute x = h^{-1} * y but requires precise h
Applications span astronomical image deblurring, optical and electron microscopy, medical imaging (MRI, CT), photography, and seismology.
Evaluation metrics include visual quality and quantitative measures such as signal-to-noise ratio and PSF fidelity. Deconvolution