#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. error found by the method. Higher values are better. Low values will be found in ill-conditioned situations (e.g. a corridor) More... | |
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 137 of file CICP.h.
Referenced by mrpt::graphslam::deciders::CLoopCloserERD< GRAPH_T >::addScanMatchingEdges(), mrpt::graphslam::deciders::CICPCriteriaERD< GRAPH_T >::checkRegistrationCondition2D(), mrpt::graphslam::deciders::CICPCriteriaNRD< GRAPH_T >::checkRegistrationCondition2D(), mrpt::graphslam::deciders::CICPCriteriaERD< GRAPH_T >::checkRegistrationCondition3D(), and mrpt::graphslam::deciders::CLoopCloserERD< GRAPH_T >::generateHypotsPool().
unsigned short mrpt::slam::CICP::TReturnInfo::nIterations |
The number of executed iterations until convergence.
Definition at line 136 of file CICP.h.
Referenced by mrpt::graphslam::deciders::CICPCriteriaERD< GRAPH_T >::checkRegistrationCondition2D(), and mrpt::graphslam::deciders::CICPCriteriaNRD< GRAPH_T >::checkRegistrationCondition2D().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |