A structure for holding correspondences between two sets of points or points-like entities in 2D or 3D.
Definition at line 31 of file TMatchingPair.h.
#include <mrpt/utils/TMatchingPair.h>
Public Member Functions | |
TMatchingPair () | |
TMatchingPair (unsigned int _this_idx, unsigned int _other_idx, float _this_x, float _this_y, float _this_z, float _other_x, float _other_y, float _other_z) | |
Public Attributes | |
unsigned int | this_idx |
unsigned int | other_idx |
float | this_x |
float | this_y |
float | this_z |
float | other_x |
float | other_y |
float | other_z |
float | errorSquareAfterTransformation |
Friends | |
std::ostream & | operator<< (std::ostream &o, const mrpt::utils::TMatchingPair &pair) |
|
inline |
Definition at line 33 of file TMatchingPair.h.
|
inline |
Definition at line 41 of file TMatchingPair.h.
|
friend |
Definition at line 49 of file TMatchingPair.h.
float mrpt::utils::TMatchingPair::errorSquareAfterTransformation |
Definition at line 63 of file TMatchingPair.h.
unsigned int mrpt::utils::TMatchingPair::other_idx |
Definition at line 60 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::other_x |
Definition at line 62 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::other_y |
Definition at line 62 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::other_z |
Definition at line 62 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), and generate_list_of_points().
unsigned int mrpt::utils::TMatchingPair::this_idx |
Definition at line 59 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::this_x |
Definition at line 61 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::this_y |
Definition at line 61 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), generate_list_of_points(), ransac_data_assoc_run(), and mrpt::tfest::se2_l2_robust().
float mrpt::utils::TMatchingPair::this_z |
Definition at line 61 of file TMatchingPair.h.
Referenced by mrpt::slam::CGridMapAligner::AlignPDF_robustMatch(), mrpt::vision::cloudsToMatchedList(), mrpt::maps::CBeaconMap::computeMatchingWith3DLandmarks(), mrpt::maps::CLandmarksMap::computeMatchingWith3DLandmarks(), mrpt::maps::COccupancyGridMap2D::determineMatching2D(), and generate_list_of_points().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |