Point Spread Function with Gaussian (radial direction) and exponential (axial direction)

9 visualizaciones (últimos 30 días)
A paper I'm reading had the following statement: "we can approximate the point-spread function by a Gaussian in the radial direction and an exponential with average height,d, in the axial direction."
Does anyone have any idea how this could translate into MATLAB code? I was thinking of generating random numbers from distributions and making a histogram, but the translation of the Gaussian/exponential combo to code itself is confusing me.

Respuestas (1)

Image Analyst
Image Analyst el 5 de Ag. de 2019
I don't know. You can use fspecial() to get a Gaussian image/pattern/matrix. Of course the values of that Gaussian are determined by the amplitude and standard deviation. I don't see how you can have it do that in the radial direction and have some other function in the axial direction. I don't even know what the axial direction is. Is that the distance along the optic axis from scene to lens/sensor/camera? Maybe the amplitude of the Gaussian changes along the optic axis according to an exponential. So your Gaussian close to the lens would be different than the Gaussian close to the scene. I've never heard of this though. Usually there is just one PSF for the whole system that takes everything into account no matter what caused it.
  3 comentarios
poptrop459
poptrop459 el 6 de Ag. de 2019
Yep, I shot them an email. Hopefully I'll hear from them soon. Thanks for your help.

Iniciar sesión para comentar.

Categorías

Más información sobre Optics en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by