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

Question about tsdf #2

Open
ghost opened this issue Apr 28, 2017 · 5 comments
Open

Question about tsdf #2

ghost opened this issue Apr 28, 2017 · 5 comments

Comments

@ghost
Copy link

ghost commented Apr 28, 2017

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.

@andyzeng
Copy link
Owner

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.

@ghost
Copy link
Author

ghost commented May 16, 2017

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.
Thank you in advance.

@andyzeng
Copy link
Owner

Yes, it is possible to use it without Marvin. All of the code here for computing TDF does not require Marvin. For demo.cu, you can remove the inference parts that use Marvin.

@ghost
Copy link
Author

ghost commented May 17, 2017

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
Or with matlab.

2- Returning to the negative distance values , u mentioned that i should know the occluded space in point cloud.
Could u please clarify this point to me or could u join a link that explines it
Thanks for your permenant support
Thanks you so much.

@ghost
Copy link
Author

ghost commented May 23, 2017

Hi @andyzeng

Please Returning to the negative distance values , u mentioned that i should know the occluded space in point cloud.
Could u please clarify this point to with adea.
Thank you in advance.

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

1 participant