Main MRPT website > C++ reference
MRPT logo

mrpt::slam::CICP::TReturnInfo Struct Reference

The ICP algorithm return information. More...

#include <mrpt/slam/CICP.h>

List of all members.

Public Member Functions

 TReturnInfo ()

Public Attributes

unsigned int cbSize
 Size in bytes of this struct: Must be set correctly before using it.
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.

Detailed Description

The ICP algorithm return information.

Definition at line 184 of file CICP.h.


Constructor & Destructor Documentation

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

Definition at line 186 of file CICP.h.


Member Data Documentation

Size in bytes of this struct: Must be set correctly before using it.

Definition at line 195 of file CICP.h.

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

Definition at line 203 of file CICP.h.

The number of executed iterations until convergence.

Definition at line 199 of file CICP.h.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010