Skip to content

ignaciotb/Probabilistic-ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probabilistic ICP

Probabilistic variant of the iterative closest point algorithm. The point to plane matching is carried out using the Mahalanobis distance between the distributions from which the points in the PCLs have been drawn.

Dependencies (Ubuntu 16.04)

Building

Clone this repository and create a build folder under the root, then execute

cd build
cmake ..
make -j4

Available apps

Avalible under the bin folder. Run

./test_picp ../meshes/monkey.ply

And hit space until the algorithm reaches convergence and 'q' to exit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published