IterativeClosestPointNonLinear is an ICP variant that uses Levenberg-Marquardt optimization backend. The resultant transformation is optimized as a quaternion. More...
#include <icp_nl.h>
Public Member Functions | |
IterativeClosestPointNonLinear () | |
Empty constructor. |
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:
pcl::IterativeClosestPointNonLinear< PointSource, PointTarget >::IterativeClosestPointNonLinear | ( | ) | [inline] |