Main MRPT website > C++ reference for MRPT 1.5.7
List of all members | Public Member Functions | Public Attributes
mrpt::maps::TMatchingExtraResults Struct Reference

Detailed Description

Additional results from the determination of matchings between point clouds, etc., apart from the pairings themselves.

See also
CMetricMap::determineMatching2D, CMetricMap::determineMatching3D

Definition at line 45 of file metric_map_types.h.

#include <mrpt/maps/metric_map_types.h>

Public Member Functions

 TMatchingExtraResults ()
 

Public Attributes

float correspondencesRatio
 The ratio [0,1] of points in otherMap with at least one correspondence. More...
 
float sumSqrDist
 The sum of all matched points squared distances.If undesired, set to NULL, as default. More...
 

Constructor & Destructor Documentation

◆ TMatchingExtraResults()

mrpt::maps::TMatchingExtraResults::TMatchingExtraResults ( )
inline

Definition at line 50 of file metric_map_types.h.

Member Data Documentation

◆ correspondencesRatio

float mrpt::maps::TMatchingExtraResults::correspondencesRatio

◆ sumSqrDist

float mrpt::maps::TMatchingExtraResults::sumSqrDist

The sum of all matched points squared distances.If undesired, set to NULL, as default.

Definition at line 48 of file metric_map_types.h.

Referenced by mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching2D(), and mrpt::maps::CPointsMap::determineMatching3D().




Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST