Lens distortion parameters a,b,c to k1,k2,p1,p2...
Hi there,
I've used ImageMagick to calibrate my camera and obtain the a,b,c lens distortion parameters. How do I convert these a,b,c parameters to OpenCV style (k1,k2,p1,p2...)?
Best approach is to use opencv to calibrate your camera. If you want absolutely use imagemagick parameter and convert to opencv model you have to use matlab like software(scilab octave mathematica....) to adjust model parameter....
Yes, that is the best solution, but I just want to avoid the tediousness of a new calibration in OpenCV. Anyway I guess I'll have to do it sooner or later... Thanks.