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

Camera extrinsics, intrinsics and depth #41

Open
anilesec opened this issue Apr 10, 2024 · 1 comment
Open

Camera extrinsics, intrinsics and depth #41

anilesec opened this issue Apr 10, 2024 · 1 comment

Comments

@anilesec
Copy link

The intrinsics/xxxxxxxxx_640x480.yml file contains intrinsics separately for 'color' and 'depth'. However, to convert the depth map to pointcloud in SequenceLoader() 'color' intrinsics are used here

Isn't intr['depth'] be used for converting depth map into pointlcouds? what is the purpose of 'depth' intrinsics?

Also, the pointclouds return here are they world coordinate system?

@ychao-nvidia
Copy link
Collaborator

ychao-nvidia commented Apr 10, 2024

The recorded depth images have been aligned to the color image space. So we should be using the color intrinsics for depth.

Depth intrinsics does not have any use here.

Yes, point clouds are in world coordinates. And the world coordinates here is actually one of the camera frame. So this is just transforming all the point clouds to one particular camera's frame.

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

2 participants