标签: image image-processing edge-detection edge deconvolution
我需要使用此函数对2D灰度图像进行去卷积:skimage.restoration.richardson_lucy
skimage.restoration.richardson_lucy
它需要PSF图像作为必需参数。 如何通过Python估算2D PSF图像?
任何人都可以帮助我吗?