Convert Brown-Conrady lens calibration parameters to the format used by ImageMagick
Posted: 2015-10-28T16:45:02-07:00
Good evening,
I have to rectify a series of images produced by a drone camera. I have a camera calibration file supplied with the images containing the distortion parameters following the Brown-Conrady model: Symmetrical distortion parameters in the form of a polynomial (K0,K1,K2,K3 of the even terms) and tangential distortion parameters.
The distort -barrel option of the ImageMagick convert command uses a different lens distortion model, in fact the same that is used in the PTLens software. Is it possible to convert from one model (Brown-Conrady) to the PTLens model using some transformation equations, or either to use the lens distortion parameters following the Brown-Conrady model directly in Imagemagick ?
Thanks in advance,
Jean Vezina
I have to rectify a series of images produced by a drone camera. I have a camera calibration file supplied with the images containing the distortion parameters following the Brown-Conrady model: Symmetrical distortion parameters in the form of a polynomial (K0,K1,K2,K3 of the even terms) and tangential distortion parameters.
The distort -barrel option of the ImageMagick convert command uses a different lens distortion model, in fact the same that is used in the PTLens software. Is it possible to convert from one model (Brown-Conrady) to the PTLens model using some transformation equations, or either to use the lens distortion parameters following the Brown-Conrady model directly in Imagemagick ?
Thanks in advance,
Jean Vezina