Point Cloud Library (PCL)  1.3.1
Public Member Functions
pcl::IterativeClosestPointNonLinear Class Reference

IterativeClosestPointNonLinear is an ICP variant that uses Levenberg-Marquardt optimization backend. More...

#include <pcl/registration/icp_nl.h>

Inheritance diagram for pcl::IterativeClosestPointNonLinear:
Inheritance graph
[legend]
Collaboration diagram for pcl::IterativeClosestPointNonLinear:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IterativeClosestPointNonLinear ()
 Empty constructor.

Detailed Description

IterativeClosestPointNonLinear is an ICP variant that uses Levenberg-Marquardt optimization backend.

The resultant transformation is optimized as a quaternion.

The algorithm has several termination criteria:

  1. Number of iterations has reached the maximum user imposed number of iterations (via setMaximumIterations)
  2. The epsilon (difference) between the previous transformation and the current estimated transformation is smaller than an user imposed value (via setTransformationEpsilon)
  3. The sum of Euclidean squared errors is smaller than a user defined threshold (via setEuclideanFitnessEpsilon)
Author:
Radu Bogdan Rusu, Michael Dixon

Constructor & Destructor Documentation

pcl::IterativeClosestPointNonLinear::IterativeClosestPointNonLinear ( ) [inline]

Empty constructor.

Definition at line 76 of file icp_nl.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines