MRPT
1.9.9
|
Additional results from the determination of matchings between point clouds, etc., apart from the pairings themselves.
Definition at line 51 of file metric_map_types.h.
#include <mrpt/maps/metric_map_types.h>
Public Member Functions | |
TMatchingExtraResults ()=default | |
Public Attributes | |
float | correspondencesRatio {0} |
The ratio [0,1] of points in otherMap with at least one correspondence. More... | |
float | sumSqrDist {0} |
The sum of all matched points squared distances.If undesired, set to nullptr, as default. More... | |
|
default |
float mrpt::maps::TMatchingExtraResults::correspondencesRatio {0} |
The ratio [0,1] of points in otherMap with at least one correspondence.
Definition at line 55 of file metric_map_types.h.
Referenced by mrpt::maps::CPointsMap::compute3DMatchingRatio(), mrpt::slam::CICP::ICP3D_Method_Classic(), mrpt::slam::CICP::ICP_Method_Classic(), mrpt::slam::CICP::ICP_Method_LM(), and mrpt::slam::observationsOverlap().
float mrpt::maps::TMatchingExtraResults::sumSqrDist {0} |
The sum of all matched points squared distances.If undesired, set to nullptr, as default.
Definition at line 58 of file metric_map_types.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |