Main Content

去模糊

通过反卷积实现去模糊

图像可能会因模糊而失真,例如运动模糊或失焦镜头造成的模糊。模糊由畸变算子表示,也称为点扩散函数 (PSF)。不同的去模糊算法根据您对图像中 PSF 和噪声的了解程度来估计和去除模糊。

函数

deconvblind使用盲反卷积对图像进行去模糊处理
deconvlucyDeblur image using Lucy-Richardson method
deconvregDeblur image using regularized filter
deconvwnr使用 Wiener 滤波对图像进行去模糊处理
edgetaperTaper discontinuities along image edges
otf2psfConvert optical transfer function to point-spread function
psf2otfConvert point-spread function to optical transfer function
padarray填充数组

主题