8000 GitHub - MohamedGNabail/mlsgpu: Reconstruction of triangulated surfaces from range-scanned point clouds
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MohamedGNabail/mlsgpu

 
 

Repository files navigation

MLSGPU is software that constructs a triangulated mesh from a point cloud. It is designed to handle massive point clouds (billions of points), and uses OpenCL for GPU acceleration. It implements the method described in the paper Moving Least-Squares Reconstruction of Large Models with GPUs.

The documentation can be found at http://bmerry.github.io/mlsgpu. For the very impatient (who have all the dependencies installed), the installation process is

python waf configure --variant=release
python waf
sudo python waf install

About

Reconstruction of triangulated surfaces from range-scanned point clouds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.5%
  • C 32.8%
  • Python 1.7%
0