Is there a equivalent of scipy.signal.deconvolve for 2D arrays?

后端 未结 2 1703
时光取名叫无心
时光取名叫无心 2021-02-03 11:16

I would like to deconvolve a 2D image with a point spread function (PSF). I\'ve seen there is a scipy.signal.deconvolve function that works for one-dimensional arra

2条回答
  •  猫巷女王i
    2021-02-03 11:43

    Note that deconvolving by division in the fourier domain isn't really useful for anything but demonstration purposes; any kind of noise, even numerical, may render your outcome completely unusable. One may regularize the noise in various ways; but in my experience, an RL iteration is easier to implement, and in many ways more physically justifiable.

提交回复
热议问题