mgaoling / mpl_calibration_toolbox

An easy calibration toolbox for VECtor Benchmark
https://star-datasets.github.io/vector/calibration/
BSD 3-Clause Clear License
24 stars 3 forks source link

T_B_C matrix for event cameras and RGBD camera #2

Closed msh003 closed 1 year ago

msh003 commented 1 year ago

Hello,

I hope this message finds you well. I wanted to express my gratitude for providing the VECtor Dataset and the associated tools. They have proven to be invaluable for my work. I am currently utilizing the dataset to evaluate and fine-tune an algorithm. However, to proceed effectively, I require access to a critical component: T_B_C matrix , which represents the Translation from Camera Sensor to Lens Entrance Pupil. This transformation matrix is crucial as it specifies the translation in 3D space from the camera's image sensor (C) to the camera's lens entrance pupil (B). Unfortunately, I couldn't locate this matrix within your camera calibration resources. It would greatly assist my efforts if you could provide me with the matrix or direct me to the video or documentation used for your camera calibration. I truly appreciate your assistance in this matter and thank you in advance for your time and response.

mgaoling commented 1 year ago

May I ask why this matters to your task, and how should you usually calibrate such a transformation matrix?

msh003 commented 1 year ago

Thank you so much for your response. I want to implement rpg_ultimate_slam_open on your data set. In the calibration part, I need to know T_B_C matrix.

mgaoling commented 1 year ago

I guess it‘s the IMU to camera transformation.

msh003 commented 1 year ago

Thank you so much for your help and clarification.