Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default SIP order from 2 to 3? #232

Open
han-k59 opened this issue Aug 18, 2021 · 0 comments
Open

Default SIP order from 2 to 3? #232

han-k59 opened this issue Aug 18, 2021 · 0 comments

Comments

@han-k59
Copy link

han-k59 commented Aug 18, 2021

The default setting for SIP order is 2. Assuming the distortion can be modeled by typical barrel or pincushion distortion an order of 3 gives much better accuracy. Practical tests prove this.

So I would suggest to set the default SIP order at 3. Mathematically this is also easy to prove. See below.

Han

Standard distortion modelling:

{Xdelta:=Xideal*(k1*r1^2 + k2*r1^4 + ....)

simplify by taking only the first factor

Xdelta:=Xideal* k1*r1^2 

Xdelta:=Xideal* k1*(X^2+Y^2)

Xdelta:=k1*X^3+  k1* X*Y^2           X^3 is factor AP_3_0      and X*Y^2   is factor AP_1_2 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant