Image FFT and Lens MTF: Evaluating Final Image Quality

  • Context: Graduate 
  • Thread starter Thread starter Neels
  • Start date Start date
  • Tags Tags
    Fft Image Lens
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
Neels
Messages
4
Reaction score
1
Hi, I am trying to determine the final image on a detector having a 600x600 mm viewed object and the known MTF of a lens. So when I FFT the object, thus creating frequencies -128/600 : 128/600 for a 256x256 image, how does the multiplication of the transformed object and the MTF "keep track" of the frequencies or the size of the input object? Because I can change the object to 60x60 mm and that would not affect the multiplication. How then do I evaluate the correctness of the final IFFTed image? thanks
 
Physics news on Phys.org
Neels said:
Hi, I am trying to determine the final image on a detector having a 600x600 mm viewed object and the known MTF of a lens. So when I FFT the object, thus creating frequencies -128/600 : 128/600 for a 256x256 image, how does the multiplication of the transformed object and the MTF "keep track" of the frequencies or the size of the input object? Because I can change the object to 60x60 mm and that would not affect the multiplication. How then do I evaluate the correctness of the final IFFTed image? thanks

If I understand you correctly, shrinking the object scale will result in larger spatial frequencies- the FT has a scale factor essentially corresponding to object size (or feature size, if you prefer). Because the MTF is constant (in your case), the smaller the object, the more attenuated those larger spatial frequencies are, resulting in more pronounced blurring.
 
Thanks Andy - yes, I understand that there will be more pronounced blurring, but if I FFT the object image I don't know how to handle the frequency information when the transform is multiplied with the lens MTF or OTF.
 
Neels said:
Thanks Andy - yes, I understand that there will be more pronounced blurring, but if I FFT the object image I don't know how to handle the frequency information when the transform is multiplied with the lens MTF or OTF.

Goodman's book has all the information you need. In brief, calling 'h' the point spread function and H the OTF (|H| is the MTF), 'o' the object field and 'O' the transform of object field, 'i' the image *intensity* and 'I' the transform of i, and letting '×'/'⊗' represent the convolution/autocorrelation integral, there are two cases, depending on whether or not the imaging system is phase-sensitive:

Incoherent imaging: i = |h|2×|o|2; I = [H⊗H][O⊗O]
Coherent imaging: i = |h×o|2; I = HO⊗HO

Does that help?
 
Yes, but I guess my issue is more about the frequency values that apply - I have a measured lens MTF with a cut-off at 20 lp/mm. The object I am viewing is 600x600 mm - so do I need to sample (i.e. use nr of pixels) on the object to get the same order of max frequency before I perform the ⊗?
 
Neels said:
Yes, but I guess my issue is more about the frequency values that apply - I have a measured lens MTF with a cut-off at 20 lp/mm. The object I am viewing is 600x600 mm - so do I need to sample (i.e. use nr of pixels) on the object to get the same order of max frequency before I perform the ⊗?

I don't understand your question.
 
I believe I have complicate things a bit - but managed to sort it out. Thanks
 
  • Like
Likes   Reactions: Andy Resnick