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

Integrate surface reconstruction approach(es) #10

Open
puzzlepaint opened this issue Jun 18, 2019 · 2 comments
Open

Integrate surface reconstruction approach(es) #10

puzzlepaint opened this issue Jun 18, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@puzzlepaint
Copy link
Collaborator

It is often desirable to obtain a surface (mesh) reconstruction rather than only a point cloud, which is the current reconstruction output of BAD SLAM. Some possible options might be:

  • Integrate Poisson Surface Reconstruction as a post-processing step (such that it can be conveniently invoked with a single click from the GUI)

  • Integrate SurfelMeshing for live meshing during the reconstruction. A good integration might not be straightforward however, since:

    • BAD SLAM is constantly creating new surfels and merging surfels in existing areas, which SurfelMeshing might have trouble keeping up with.
    • For SLAM, one wants to sparsify the surfels a bit to keep it fast, while for reconstruction, the surfels should be as dense as possible.
@puzzlepaint puzzlepaint added the enhancement New feature or request label Jun 18, 2019
@kirbiyik
Copy link

Is there any update on this feature @puzzlepaint ?

@puzzlepaint
Copy link
Collaborator Author

I created the issues with the "enhancement" label to show what would be useful additions in my opinion, but this does not mean that I have any plans to work on these. So, no updates should be expected. If anyone wants to contribute a PR with those features, it would however be welcome of course.

Regarding this particular issue, note that it is already possible to create a densified point cloud, save it to disk, and run something like Poisson Surface Reconstruction on it manually to get a mesh reconstruction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants