Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

bmerry/mlsgpu

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
waf
 
 
 
 

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