Closed theBadMusician closed 2 years ago
We have managed to use matlab in order to go through camera calibration. We get both intrinsics and extrinsics. However we need to test how good the extrinsics are.
Calibrating the intrinsic beforehand and utilizing these, generates more accurate extrinsic than doing an all in one intrinsic and extrinsic calibration. The steroCameraCalibrator requires fixed intrinsic parameters in the structure that the cameraCalibrator (single camera) exports its values in (a struct). But values are still of by quite alot in comparison with the true values.
All in one result:
Pre calibrated intrinsics:
The calibration steps were inspired by the research paper from Vision based obstacle avoidance and motion tracking for autonomous behaviors in underwater vehicles
Remeber that the intrinsic parameters are in the shape for matlab:
Closing this, as we got satisfactory params.
Time estimate: 20 hours
Description of task: Test the calibration package found in Matlab, and see if it possible to calibrate both, the intrinsic and the extrinsic, camera parameters using it. It is a good idea to test this on a Linux version so that we know it can be done with the computers present at the office.