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 to render the awesome figures (4、5、8) in your paper? #1

Open
iamwangyabin opened this issue Feb 27, 2020 · 2 comments
Open

Comments

@iamwangyabin
Copy link

The figures in your paper show awesome results. However, I find your code can get planes from pointcloud but how to reconstruct using this information? Would you please kindly let me know how to reconstruct these plane models (software and strategies)? This will probably save a lot of my life searching and learning!

Thanks!

@yblin
Copy link
Owner

yblin commented Dec 4, 2020

Sorry for late reply.

The figures (4, 5, 8) are rendered by keyshot (https://www.keyshot.com/)

It needs to first convert the plane points to mesh. You can do it using structured_points algorithm (see point_cloud/structured_points.h) or other reconstruction methods.

@xiaowen-hero
Copy link

xiaowen-hero commented Dec 25, 2020

Is there a convenient way to convert the result of StructuredPoints() (see point_cloud/structured_points.h) as input of CGAL's reconstruction algorithm to generate a mesh? (see Advancing_front_surface_reconstruction/reconstruction_structured.cpp

Thanks!

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

3 participants