RhythmJnh / Non-rigid-ICP

Non-rigid iterative closest point, nricp.
77 stars 14 forks source link
matlab model nicp registration

nricp - Non-rigid iterative closest point

nricp is a MATLAB implementation of a non-rigid variant of the iterative closest point algorithm. It can be used to register 3D surfaces or point-clouds. The method is described in the following paper:

'Optimal Step Nonrigid ICP Algorithms for Surface Registration', Amberg, Romandhani and Vetter, CVPR, 2007.

Features:

Dependencies

Requires:

Installation

Download this directory and the dependencies and add them to your MATLAB path.

Usage

You need to provide the models to be registered, and then modify the test.m, after that you can run test.m.