Implementation of the moving least squares algorithm for 3D deformation by Yuanchen Zhu and Steven Gortler of Harvard University
-
Install CMake and PCL using
brew install cmake pcl
-
Run CMake with
cmake .
-
Build source with
make
-
Install CMake using
sudo apt-get install cmake
-
Install PCL with instructions here.
-
Run CMake with
cmake .
-
Build source with
make