-
Notifications
You must be signed in to change notification settings - Fork 134
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
Question about tsdf #2
Comments
Hello, it is possible to compute TSDF from a point cloud. However, to make use of negative distance values, you'll need to know "occluded" space in your point cloud. This repository currently does not have support for that. But for what it's worth, you can still compute TDF, which is the unsigned version of the TSDF. You can find code to compute TDF from point clouds here. |
Thank you very much. Is it possible to use it without Marvin (not working with windows) Just for compute TDF voxel grid values given a point cloud. |
Thanks a lot sir for your support with your useful articles All right , i have one more question I want to inform you that adapted your algorithm on my point cloud to mesure my TDF and the values between 0 and 1. 1- In the other hand i wonder if i can visualize the results (like tsdf) with a .ply format 2- Returning to the negative distance values , u mentioned that i should know the occluded space in point cloud. |
Hi @andyzeng Please Returning to the negative distance values , u mentioned that i should know the occluded space in point cloud. |
Hi,
Is what I can calculate tsdf for a cloud of points not for depth images ?
You can help me with an idea
Thank you for your help.
The text was updated successfully, but these errors were encountered: