MRPT
1.9.9
|
A structure for holding correspondences between two sets of points or points-like entities in 2D or 3D.
Using float
to save space since large point clouds are likely stored in local coordinates using float
.
Definition at line 31 of file TMatchingPair.h.
#include <mrpt/tfest/TMatchingPair.h>
Public Member Functions | |
TMatchingPair ()=default | |
TMatchingPair (uint32_t _this_idx, uint32_t _other_idx, float _this_x, float _this_y, float _this_z, float _other_x, float _other_y, float _other_z) | |
Public Attributes | |
uint32_t | this_idx {0} |
uint32_t | other_idx {0} |
float | this_x {0} |
float | this_y {0} |
float | this_z {0} |
float | other_x {0} |
float | other_y {0} |
float | other_z {0} |
float | errorSquareAfterTransformation {0} |
|
default |
|
inline |
Definition at line 35 of file TMatchingPair.h.
float mrpt::tfest::TMatchingPair::errorSquareAfterTransformation {0} |
Definition at line 54 of file TMatchingPair.h.
Referenced by mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CPointsMap::determineMatching2D(), and mrpt::maps::CPointsMap::determineMatching3D().
uint32_t mrpt::tfest::TMatchingPair::other_idx {0} |
Definition at line 51 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), markAsPicked(), mrpt::tfest::operator<(), mrpt::tfest::operator<<(), mrpt::tfest::operator==(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::other_x {0} |
Definition at line 53 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), mrpt::tfest::operator<<(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::other_y {0} |
Definition at line 53 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), mrpt::tfest::operator<<(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::other_z {0} |
Definition at line 53 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), and mrpt::tfest::operator<<().
uint32_t mrpt::tfest::TMatchingPair::this_idx {0} |
Definition at line 50 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), markAsPicked(), mrpt::tfest::operator<(), mrpt::tfest::operator<<(), mrpt::tfest::operator==(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::this_x {0} |
Definition at line 52 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), mrpt::tfest::operator<<(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::this_y {0} |
Definition at line 52 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), mrpt::tfest::operator<<(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::tfest::TMatchingPair::this_z {0} |
Definition at line 52 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CPointsMap::compute3DDistanceToMesh(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::CPointsMap::determineMatching2D(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), mrpt::maps::CPointsMap::determineMatching3D(), generate_list_of_points(), and mrpt::tfest::operator<<().
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 |