Solved

why image simulation and geometrical bmp image analysis gives different result on the same input?

  • 1 March 2024
  • 8 replies
  • 81 views

I use the same bmp as input and but got different shape of a the edge (square vs. circular), what could be the reason?

 

icon

Best answer by David.Nguyen 6 March 2024, 09:54

View original

8 replies

Userlevel 1

Can you upload your file?

Userlevel 7
Badge +2

@icybird 

 

One key difference between your two analysis is that in the Image Analysis you have Aberrations: Diffraction, which takes the Huygens PSF into account (if possible). On the other hand, Geometric Bitmap Image Analysis strictly uses rays. Without seeing your file, its difficult to say whether this is the problem, but can you try Aberrations: Geometric in Image Analysis and tell us whether it changes anything?

Take care,

 

David

Hi David,

Thanks for your reply.

Please see attached pdf for a comparison between different settings in image simulation as you suggested.

Since there is some proprietary info in the lens file, I am not sure how I can share it effectively.

It seems that the image simulation sees a square aperture which the Geometric Bitmap image analysis doesn’t see.

I don’t have any square aperture in my system, and I have unchecked “apply fixed aperture” in all cases.

Userlevel 7
Badge +2

@icybird

 

I understand that you want to protect your IP of course. But this means it might take some back-and-forth until we can figure it out. Can you try to change the setting Show As to PSF Grid. That way we can see what you are convolving your image with.

Take care,

 

David

Hi David,

Please see below the PSF Grid.

 

 

Hi David,

I am attached the modeling file with BB here and hopefully it could make it easier for trouble shooting and discussion.

Thanks.

Userlevel 7
Badge +2

@icybird 

 

In your PSF Grid, you can see that the top rows are becoming increasingly square. The Image Simulation is a result of the convolution of the PSF at the corresponding grid location in the image. If the PSF is a square and you convolve a circle in your image with a square, the resulting shape will start to look square as well (particularly is if the square is larger than the circle). The reason the PSF becomes square is because it is getting large and Image Simulation considers only a sub-region around the grid location for a given PSF. This is specified in the Image Sampling setting. You can try to increase this setting to better capture the actual PSF grid, but it comes at the cost of computation time. I couldn’t reproduce your results with the blackbox file, but I can illustrate my point in a simple example.

Take this extremely out-of-focus dummy lens:

And we will use your original image:

For simplicity, I will only use a single PSF in the center. The single PSF with an Image Sampling of 128 x 128 looks like so:

Very much like a square. This is because the real underlying PSF is much larger than 128 x 128 pixels in the image space. Therefore, the circles from your source image are convolved with this square PSF and they tend to become squares:

Now I can increase the Image Sampling until I get a PSF that makes sense. You might not know what to expect for your PSF of course, but as a general tip: If you increase the Image Sampling setting and the PSF grid changes significantly, then you are not using a large enough Image Sampling. In my case changing to 256 x 256 gets me a round PSF and it doesn’t change much if I go to 512 x 512, so I’ll keep 256 x 256:

And the resulting image simulation still has the circles in it, they are only “blurred” by the circular PSF (and they even start touching one another but I hope you get my point):

Let me know if that helps solving your problem and take care,

 

David

Hi David,

Thank you so much for the detailed explanation. Very helpful!

Reply