Struct containing the output after matching multi-resolution SIFT-like descriptors.
Definition at line 404 of file vision/include/mrpt/vision/types.h.
#include <mrpt/vision/types.h>
Public Member Functions | |
TMultiResMatchingOutput () | |
Public Attributes | |
int | nMatches |
std::vector< int > | firstListCorrespondences |
Contains the indexes within the second list corresponding to the first one. More... | |
std::vector< int > | secondListCorrespondences |
Contains the indexes within the first list corresponding to the second one. More... | |
std::vector< int > | firstListFoundScales |
Contains the scales of the first list where the correspondence was found. More... | |
std::vector< double > | firstListDistance |
Contains the distances between the descriptors. More... | |
|
inline |
Definition at line 413 of file vision/include/mrpt/vision/types.h.
std::vector<int> mrpt::vision::TMultiResMatchingOutput::firstListCorrespondences |
Contains the indexes within the second list corresponding to the first one.
Definition at line 408 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::checkScalesAndFindMore(), mrpt::vision::matchMultiResolutionFeatures(), and mrpt::vision::relocalizeMultiDesc().
std::vector<double> mrpt::vision::TMultiResMatchingOutput::firstListDistance |
Contains the distances between the descriptors.
Definition at line 411 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::matchMultiResolutionFeatures(), and mrpt::vision::relocalizeMultiDesc().
std::vector<int> mrpt::vision::TMultiResMatchingOutput::firstListFoundScales |
Contains the scales of the first list where the correspondence was found.
Definition at line 410 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::checkScalesAndFindMore(), mrpt::vision::matchMultiResolutionFeatures(), and mrpt::vision::relocalizeMultiDesc().
int mrpt::vision::TMultiResMatchingOutput::nMatches |
Definition at line 406 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::matchMultiResolutionFeatures(), and mrpt::vision::relocalizeMultiDesc().
std::vector<int> mrpt::vision::TMultiResMatchingOutput::secondListCorrespondences |
Contains the indexes within the first list corresponding to the second one.
Definition at line 409 of file vision/include/mrpt/vision/types.h.
Referenced by mrpt::vision::matchMultiResolutionFeatures(), and mrpt::vision::relocalizeMultiDesc().
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 |