In this project, we compare the performance of Aruco marker-based pose estimation approach with a deep learning-based marker-less method.
- Refer to the detailed documentation provided here - camera calibration.
In simple terms, extrinsic calibration involves finding the relative position and orientation between two cameras.
- Calibrate the cameras individually using the instructions above.
- Use OpenCV's
stereoCalibrate
to find the relative pose between two cameras.
For understanding basic concepts about homography transformations, refer to this link