Skip to content

RhythmJnh/Non-rigid-ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Non-rigid and local deformations of a template surface or point cloud.
  • Iterative stiffness reduction allows for global intitial transformations that become increasingly localised.
  • Optional initial rigid registration using standard iterative closest point.
  • Optional bi-directional distance metric which encourages surface deformations to cover more of the target surface
  • Handles missing data in the target surface by ignoring correspondences with points on target edges.
  • Optional landmarks can be used.

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.

About

Non-rigid iterative closest point, nricp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages