Skip to content

bizerfr/LFS-Aware-Reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

LFS-Aware Surface Reconstruction

Official implementation of LFS-Aware Surface Reconstruction from Unoriented 3D Point Clouds (arxiv)

Dependencies

  • Boost
  • Eigen3
  • QT5
  • CGAL
  • OpenMP

The local feature size (LFS) estimation is available on this repository. We fork from the official CGAL library, and implement a local feature size estimation package. The implementation is here.

To use the LFS package, install the CGAL dependencies and git clone our customized CGAL branch.

git clone https://github.com/bizerfr/cgal/tree/psp-lfs

We provide two examples.

cd cgal/Point_set_processing_3/examples/Point_set_processing_3
mkdir build && cd build
cmake ..
make lfs_example_pointset && make lfs_example_tuple

Try on your own point cloud!

Full code will be released after the preprint is accepted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published