Skip to content

rdharini2001/Camera-Based-6D-Robot-Pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9da5982 · Jul 21, 2024

History

66 Commits
Mar 14, 2023
Mar 14, 2023
Mar 14, 2023
Mar 3, 2023
Aug 5, 2023
Jul 21, 2024
Aug 5, 2023
Aug 5, 2023
Aug 6, 2023
Feb 21, 2023
Feb 28, 2023
Mar 14, 2023
Aug 5, 2023
Aug 5, 2023
Mar 1, 2023
Mar 14, 2023
Aug 6, 2023
Mar 1, 2023
Aug 5, 2023
Mar 14, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023

Repository files navigation

Camera Based Pose Estimation

In this project, we compare the performance of Aruco marker-based pose estimation approach with a deep learning-based marker-less method.

Step 1 - Intrinsic Camera Calibration

  1. Refer to the detailed documentation provided here - camera calibration.

Step 2 - Extrinsic Calibration

In simple terms, extrinsic calibration involves finding the relative position and orientation between two cameras.

  1. Calibrate the cameras individually using the instructions above.
  2. Use OpenCV's stereoCalibrate to find the relative pose between two cameras.

Step 3: Homography Computation

For understanding basic concepts about homography transformations, refer to this link