필터 지우기
필터 지우기

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

조회 수: 8 (최근 30일)
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.

답변 (1개)

Image Analyst
Image Analyst 2019년 8월 5일
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
poptrop459
poptrop459 2019년 8월 6일
Yep, I shot them an email. Hopefully I'll hear from them soon. Thanks for your help.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Optics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by