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


Constructor & Destructor Documentation

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

Definition at line 182 of file CICP.h.


Member Data Documentation

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

Definition at line 191 of file CICP.h.

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

Definition at line 199 of file CICP.h.

The number of executed iterations until convergence.

Definition at line 195 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 204 of file CICP.h.




Page generated by Doxygen 1.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 22:58:25 EDT 2009