Parameters for the determination of matchings between point clouds, etc.
Definition at line 32 of file CMetricMap.h.
#include <mrpt/slam/CMetricMap.h>
Public Member Functions | |
| TMatchingParams () | |
| Ctor: default values. More... | |
Public Attributes | |
| float | maxDistForCorrespondence |
| Maximum linear distance between two points to be paired (meters) More... | |
| float | maxAngularDistForCorrespondence |
| Allowed "angular error" (in radians): this permits larger pairing threshold distances to more distant points. More... | |
| bool | onlyKeepTheClosest |
| If set to true (default), only the closest correspondence will be returned. If false all are returned. More... | |
| bool | onlyUniqueRobust |
| Additional consistency filter: "onlyKeepTheClosest" allows one correspondence for each "local map" point, but many of them may have as corresponding pair the same "global point", which this flag avoids. More... | |
| size_t | decimation_other_map_points |
| (Default=1) Only consider 1 out of this number of points from the "other" map. More... | |
| size_t | offset_other_map_points |
| Index of the first point in the "other" map to start checking for correspondences (Default=0) More... | |
| mrpt::math::TPoint3D | angularDistPivotPoint |
| The point used to calculate angular distances: e.g. the coordinates of the sensor for a 2D laser scanner. More... | |
|
inline |
Ctor: default values.
Definition at line 43 of file CMetricMap.h.
| mrpt::math::TPoint3D mrpt::slam::TMatchingParams::angularDistPivotPoint |
The point used to calculate angular distances: e.g. the coordinates of the sensor for a 2D laser scanner.
Definition at line 40 of file CMetricMap.h.
| size_t mrpt::slam::TMatchingParams::decimation_other_map_points |
(Default=1) Only consider 1 out of this number of points from the "other" map.
Definition at line 38 of file CMetricMap.h.
| float mrpt::slam::TMatchingParams::maxAngularDistForCorrespondence |
Allowed "angular error" (in radians): this permits larger pairing threshold distances to more distant points.
Definition at line 35 of file CMetricMap.h.
| float mrpt::slam::TMatchingParams::maxDistForCorrespondence |
Maximum linear distance between two points to be paired (meters)
Definition at line 34 of file CMetricMap.h.
| size_t mrpt::slam::TMatchingParams::offset_other_map_points |
Index of the first point in the "other" map to start checking for correspondences (Default=0)
Definition at line 39 of file CMetricMap.h.
| bool mrpt::slam::TMatchingParams::onlyKeepTheClosest |
If set to true (default), only the closest correspondence will be returned. If false all are returned.
Definition at line 36 of file CMetricMap.h.
| bool mrpt::slam::TMatchingParams::onlyUniqueRobust |
Additional consistency filter: "onlyKeepTheClosest" allows one correspondence for each "local map" point, but many of them may have as corresponding pair the same "global point", which this flag avoids.
Definition at line 37 of file CMetricMap.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |