I need to deconvolve a 2D grayscale image using this function: skimage.restoration.richardson_lucy
It requires a PSF image as mandatory parameter. How is it possible to estimate a 2D PSF image by means of Python?
Can anyone help me?
I need to deconvolve a 2D grayscale image using this function: skimage.restoration.richardson_lucy
It requires a PSF image as mandatory parameter. How is it possible to estimate a 2D PSF image by means of Python?
Can anyone help me?