Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::slam::CICP::TReturnInfo Struct Reference

Detailed Description

The ICP algorithm return information.

Definition at line 195 of file CICP.h.

#include <mrpt/slam/CICP.h>

Public Member Functions

 TReturnInfo ()
 

Public Attributes

unsigned short nIterations
 The number of executed iterations until convergence. More...
 
float goodness
 A goodness measure for the alignment, it is a [0,1] range indicator of percentage of correspondences. More...
 
float quality
 A measure of the 'quality' of the local minimum of the sqr. More...
 

Constructor & Destructor Documentation

◆ TReturnInfo()

mrpt::slam::CICP::TReturnInfo::TReturnInfo ( )
inline

Definition at line 197 of file CICP.h.

Member Data Documentation

◆ goodness

float mrpt::slam::CICP::TReturnInfo::goodness

◆ nIterations

unsigned short mrpt::slam::CICP::TReturnInfo::nIterations

◆ quality

float mrpt::slam::CICP::TReturnInfo::quality

A measure of the 'quality' of the local minimum of the sqr.

error found by the method. Higher values are better. Low values will be found in ill-conditioned situations (e.g. a corridor)

Definition at line 206 of file CICP.h.

Referenced by mrpt::slam::CICP::ICP3D_Method_Classic(), mrpt::slam::CICP::ICP_Method_Classic(), and mrpt::slam::CICP::ICP_Method_LM().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019