Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.29 KB

Camera calibration:

1. initial_camera_calibration

2. initial_perspective_calibration.py

3. camera_toXYZ.py

  • once the camera and the perspective_projection are calibrated:
    • We have an estimate of the depth from the camera to the object plane
    • have access to all the ./camera_data generated from the calibration scripts.
  • use the above calculated data to convert a pixel cooudinate (u,v) to a 3D real world co-coordinate (X,Y,Z)