-
Notifications
You must be signed in to change notification settings - Fork 174
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
align RGB and depth #39
Comments
No, but I believe we can estimate it by an affine transformation with a very good accuracy. |
Is that mean: x_rgb= x_d * a+y_d * b+c ? |
Thank you @shahroudy for the suggestion on how to align the frames! For anyone looking for the affine transformations between Kinect's RGB and Depth referentials, I've obtained these based on 10k points from S001 for each camera. Also code example on how to apply the transform.
|
@ManuelPalermo Can you please share the affine transforms for the remaining setups if you have them calculated? This is really really helpful! Thank you for sharing this! |
Okay so I ended up writing a small script to extract mappings, if someone is still looking you can use this:
|
Can you share the code of the internal parameter matrix of the camera? |
Is the transformation a linear transformation?
The text was updated successfully, but these errors were encountered: