Implementation blind deconvolution algorithm based on vector

358 Views Asked by At

I was studying deconvolution,
and stumbled upon Richardson-Lucy deconvolution, and I found implementation of this deconvolution in Python.
I got the vector of volacity of moving object and I am wonder if there is a solution to generate a PSF (Point Spread Function) example of this PSF: psf example

I have a velocity and length vector of a moving object and I am wondering if there is a solution to generate a PSF from the data from the length or velocity vector of the object.
If there is no such solution, is there a way to generate a reasonable PSF?

Regards

0

There are 0 best solutions below