Implement camera calibration using opencv module.
calibrate single camera, with a set of chessboard images, return the camera intrinsic parameters and distorted factors.
calibrate binocular camera, with left camera's chessboard images and right camera's chessboard images. Finally, return the camera intrinsic parameters and distorted factors and R,T.
opencv-python
numpy
matplotlib
to run the demo, you can use command line as follow,
python calibrate_interactive.py
or start the calibrate_interactive.ipynb note book.