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

how can I get tsdf file from ply pointcloud? #3

Closed
yaoyishen opened this issue Jul 6, 2021 · 2 comments
Closed

how can I get tsdf file from ply pointcloud? #3

yaoyishen opened this issue Jul 6, 2021 · 2 comments

Comments

@yaoyishen
Copy link

yaoyishen commented Jul 6, 2021

I am confused that where the tsdf file comes from?And can I change a ply pointcloud to a tsdf file?

@yaoyishen yaoyishen changed the title how can I how can I get tsdf file from ply pointcloud? Jul 6, 2021
@VVingerfly
Copy link
Owner

The tsdf files are generated by KinectFusion. If you want to generate tsdf from pointcloud, you can try to use Poisson Reconstruction to get a triangle mesh first, then sample grid in the bounding box of the mesh and compute signed distance for each grid.

@yaoyishen
Copy link
Author

The tsdf files are generated by KinectFusion. If you want to generate tsdf from pointcloud, you can try to use Poisson Reconstruction to get a triangle mesh first, then sample grid in the bounding box of the mesh and compute signed distance for each grid.

thank you for your reply

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