guorongYu / surfaceRegistration

An implementation of the algorithm described in the article "Optimal Step Nonrigid ICP Algorithms for Surface Registration" by Brian Amberg, Sami Romdhani and Thomas Vetter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surfaceRegistration

An implementation of the algorithm described in the article "Optimal Step Nonrigid ICP Algorithms for Surface Registration" by Brian Amberg, Sami Romdhani and Thomas Vetter

Last working version: Final version of the lab code init commit / Oct 3

Used libraries:

Eigen 3.1.4 http://eigen.tuxfamily.org/

Visualization Toolkit (VTK) 5.10.1 (with the last commit it works with 6.1.0) http://www.vtk.org/

Boost C++ Libraries 1.57.0 http://www.boost.org/

About

An implementation of the algorithm described in the article "Optimal Step Nonrigid ICP Algorithms for Surface Registration" by Brian Amberg, Sami Romdhani and Thomas Vetter

License:MIT License


Languages

Language:C++ 84.9%Language:CMake 11.7%Language:C 3.4%