why there is a circle in undistort image after calibration

asked 2018-07-31 02:15:48 -0600

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? image description image description

edit retag flag offensive close merge delete

Comments

2

This circular discontinuity was also discussed here, maybe this will trigger some additional thoughts/experiment ideas:

https://stackoverflow.com/questions/3...

opalmirror gravatar imageopalmirror ( 2018-07-31 14:04:34 -0600 )edit