ethz-asl / hand_eye_calibration

Python tools to perform time-synchronization and hand-eye calibration.
BSD 3-Clause "New" or "Revised" License
429 stars 115 forks source link

Extrinsic calibration of non-overlapping cameras using hand-eye calibration #106

Open sandeepnmenon opened 2 years ago

sandeepnmenon commented 2 years ago

I have a system of two rigidly connected non-overlapping stereo cameras and I am doing ORB-SLAM to get the trajectories for both of them. I have the poses with the Hamiltonian quarternions at each timestamp as mentioned in this repository. Then can I use the hand-eye calibration in this repo to get the extrinsics between the two cameras.