Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用此函数对 2D 灰度图像进行反卷积:skimage.restoration.richardson_lucy
skimage.restoration.richardson_lucy
它需要一个 PSF 图像作为强制参数。如何通过 Python 估计 2D PSF 图像?
谁能帮我?