imrasp / LearnVI_Drone

7 stars 1 forks source link

Kalibr camera Distortion models #16

Open imrasp opened 6 years ago

imrasp commented 6 years ago

https://github.com/ethz-asl/kalibr/wiki/calibration-targets

Distortion models
Kalibr supports the following distortion models:

radial-tangential (radtan) 
(distortion_coeffs: [k1 k2 r1 r2])
equidistant (equi)
(distortion_coeffs: [k1 k2 k3 k4])
fov (fov)
(distortion_coeffs: [w])
teeramoo commented 6 years ago

use radtan since we have k1 k2 r1 r2. We can get it from camera.yaml in ORB-SLAM config file

imrasp commented 6 years ago

radial-tangential (radtan) (distortion_coeffs: [k1 k2 r1 r2])

"radial" coefficients kn and "tangential" coefficients pn REF : https://physics.stackexchange.com/questions/273464/what-is-the-tangential-distortion-of-opencv-actually-tangential-to

image

image

http://ksimek.github.io/2013/08/13/intrinsic/