Skip to content

mingliangfu/IMLP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMLP

This repository provides data and source code for the Iterative Most-Likely Oriented Point (IMLP) algorithm described in the paper:

Seth Billings, Emad Boctor, and Russell Taylor, "Iterative Most-Likely Point Registration (IMLP): A Robust Algorithm for Computing Optimal Shape Alignment", PLOS One (2015)

To compile the C++ library containing the IMLP source code: see "cisstICP" folder. To run the experiments described in the PLOS One paper: see "PLOSONE" folder.

Source code is provided for the following algorithms (see PLOS One paper for details):

  • IMLP
  • IMLP-CP
  • IMLP-MD
  • ICP
  • Robust ICP

Other algorithms (of other authors) evaluated in the PLOS One paper, for which source code is not provided, include:

GICP:

CPD:

These algorithms can be downloaded at the URLs provided above and run using output
from the IMLP algorithm above; i.e. point sets, noisy points, covariances, etc. are all saved and can be loaded and run by these algorithms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 72.5%
  • C++ 17.7%
  • C 9.5%
  • Other 0.3%