z-yan-0424 / MLS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 96.0%Language:CMake 4.0%