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

Converting depth image to point cloud #153

Open
YuFengUofR opened this issue Jul 8, 2021 · 1 comment
Open

Converting depth image to point cloud #153

YuFengUofR opened this issue Jul 8, 2021 · 1 comment

Comments

@YuFengUofR
Copy link

Hi,

I encounter some difficulties in converting a depth image to a point cloud. right now, I am able to convert the disparity image to a depth image, but I wonder how to convert the depth image to a point cloud? In current dataset, I can find the camera spec, such as baseline and focal length, but I need to know the pixel size to project the depth image to a 3D space. Can anyone help?

Thanks!

@daidai321
Copy link

Hi, convert depth images to point clouds using the camera intrinsic: fx, fy, cx,cy. But the distance between my calculated point cloud and the real world is different, so I want to ask how the disparity image is valued to a real disparity when you converted?

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