Main MRPT website > C++ reference for MRPT 1.4.0
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 128 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.
 
float goodness
 A goodness measure for the alignment, it is a [0,1] range indicator of percentage of correspondences.
 
float 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)
 
unsigned int cbSize
 

Constructor & Destructor Documentation

◆ TReturnInfo()

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

Definition at line 130 of file CICP.h.

Member Data Documentation

◆ cbSize

unsigned int mrpt::slam::CICP::TReturnInfo::cbSize

Definition at line 141 of file CICP.h.

◆ goodness

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

A goodness measure for the alignment, it is a [0,1] range indicator of percentage of correspondences.

Definition at line 138 of file CICP.h.

◆ nIterations

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

The number of executed iterations until convergence.

Definition at line 137 of file CICP.h.

◆ 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 139 of file CICP.h.




Page generated by Doxygen 1.9.7 for MRPT 1.4.0 SVN: at Tue Jun 27 17:12:06 UTC 2023