Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibrating the depth and color camera #3

Open
mohamedhassanmus opened this issue Oct 24, 2018 · 4 comments
Open

Calibrating the depth and color camera #3

mohamedhassanmus opened this issue Oct 24, 2018 · 4 comments

Comments

@mohamedhassanmus
Copy link

Hi @msavva

I am trying to register the depth and rgb frames in the dataset. I managed to find what it seems to be the depth sensor intrinsics in

const ml::mat4f KINECT_ONE_INTRINSICS(

But I can't find the rgb sensor intrinscis or the extrinsics between the two sensors. Would you be able help with that?
Thanks in advance.

@msavva
Copy link
Owner

msavva commented Nov 6, 2018

Hi @Mohamehassan , apologies for the delay. You can find OpenCV calibration files in the archive here: https://github.com/msavva/pigraphs/releases/download/v1.0/sensor-calibration.zip
The RGB-D sequences were captured using the "kinect-one" sensor.

@hangg7
Copy link

hangg7 commented Apr 5, 2019

@Mohamehassan I just came across the same issue. Have you solved this problem?

@hangg7
Copy link

hangg7 commented Apr 5, 2019

@Mohamehassan @msavva More specifically, I cannot find the right transition matrix between IR and RGB camera. I tried to use the suggested parameter [-0.0254, -0.00013, -0.00218] found in here but it didn't work. Any suggestion is appreciated.

@mohamedhassanmus
Copy link
Author

Hi @hangg7
I went through the same problem and I don't think these parameters have been computed in the first place. So your best chance is some parameters from the internet. I have collected a similar dataset myself and tried to avoid this problem and might release it soon. You can keep in touch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants