How can the parameters of the calibrated fisheye camera model in matlab and opencv be converted to each other?
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
as far as i know, Computer Vision Toolbox calibration algorithm uses the fisheye camera model proposed by Scaramuzza , while opencv library uses the fisheye model by Juho Kannala and Sami Brandt. If I have already calibrated the fisheyeIntrinsic parameters in the cv toolbox, how do I convert them into the corresponding opencv 4 polynomial coefficients and the intrinsic camera matrix?(and vice versa)your answer would be greatly appreciate!
Note: since Matlab R2021b,TMW has introduced cameraIntrinsicsFromOpenCV, cameraIntrinsicsToOpenCV ,etc functions,but these functions are only for pinhole cameras, not fisheye large aberration camera models
4 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Camera Calibration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!