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

point cloud reconstruction example #2

Open
jdily opened this issue May 29, 2020 · 4 comments
Open

point cloud reconstruction example #2

jdily opened this issue May 29, 2020 · 4 comments

Comments

@jdily
Copy link

jdily commented May 29, 2020

Hey @hjwdzh ,
Thanks for sharing your great work.
I am wondering if you provide the examples of reconstruction from range scan (and processed into a point cloud) as shown in Fig. 13 in your paper.

thx a lot.

@hjwdzh
Copy link
Owner

hjwdzh commented May 29, 2020

Thanks for the suggestion! Let me try to update this feature in one week.

@jdily
Copy link
Author

jdily commented May 29, 2020

Thanks for the help :)
I think the result shown in the paper looks really promising, and it would be really helpful if we can run that reconstruction and do some comparison :)

@hjwdzh
Copy link
Owner

hjwdzh commented Jun 1, 2020

A fundamental way is to change several things in the code including voxel-point intersection and nearest neighbor selection, which could take a while. However, there is an easy way to work around with the current code, which is what I did in my experiment:

First, I use CGAL's jet_estimate_normals to compute point normals. Then, for each point I create a very small triangle (consistent with the estimated normal), setting the point as the center. And now we convert N points to a triangle soup with N triangles and we can run our algorithm.

@jdily
Copy link
Author

jdily commented Jun 2, 2020

the workaround seems nice, I will give it a try!
Thx for the update will let you know if I have more questions :)

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