Use the example code , and set flag in the function calibrateCamera flag |= CALIB_RATIONAL_MODEL; flag |= CALIB_THIN_PRISM_MODEL; flag |= CALIB_TILTED_MODEL;
Use the output calibrate parameters to do undistortion, there is a circle, why?
1 | initial version |
Use the example code , and set flag in the function calibrateCamera flag |= CALIB_RATIONAL_MODEL; flag |= CALIB_THIN_PRISM_MODEL; flag |= CALIB_TILTED_MODEL;
Use the output calibrate parameters to do undistortion, there is a circle, why?