Skip to content
/ MLS Public

Implementation of the moving least squares algorithm for 3D deformation by Yuanchen Zhu and Steven Gortler of Harvard University

Notifications You must be signed in to change notification settings

NTForked/MLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLS

Implementation of the moving least squares algorithm for 3D deformation by Yuanchen Zhu and Steven Gortler of Harvard University

Build instructions

Mac

  1. Install CMake and PCL using brew install cmake pcl

  2. Run CMake with cmake .

  3. Build source with make

Linux

  1. Install CMake using sudo apt-get install cmake

  2. Install PCL with instructions here.

  3. Run CMake with cmake .

  4. Build source with make

Windows

  1. Install CMake with instructions here.

  2. Install PCL with instructions here.

  3. Run CMake with cmake .

  4. Build source with make

About

Implementation of the moving least squares algorithm for 3D deformation by Yuanchen Zhu and Steven Gortler of Harvard University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published