Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a MetaICP class #1426

Merged
merged 1 commit into from
Dec 16, 2015
Merged

Add a MetaICP class #1426

merged 1 commit into from
Dec 16, 2015

Commits on Nov 27, 2015

  1. Add a MetaRegistration class

    This is quite similar in spirit to IncrementalICP,
    but matches new clouds to all previously registered clouds
    instead of only the last one.
    This is computationally more expensive, but provides
    a more robust matching when successive clouds do not
    alway cover nearby parts of the environment.
    
    As this (just as IncrementalICP) is a standard method to
    apply ICP in practice, I expected to find this functionality
    in PCL. As it wasn't there yet, I wrote this class.
    Michael Görner committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    3e03031 View commit details
    Browse the repository at this point in the history