| 
    MRPT
    1.9.9
    
   | 
 
Struct containing the output after matching multi-resolution SIFT-like descriptors.
Definition at line 505 of file vision/include/mrpt/vision/types.h.
#include <mrpt/vision/types.h>
Public Member Functions | |
| TMultiResMatchingOutput ()=default | |
Public Attributes | |
| int | nMatches {0} | 
| 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... | |
      
  | 
  default | 
| std::vector<int> mrpt::vision::TMultiResMatchingOutput::firstListCorrespondences | 
Contains the indexes within the second list corresponding to the first one.
Definition at line 511 of file vision/include/mrpt/vision/types.h.
| std::vector<double> mrpt::vision::TMultiResMatchingOutput::firstListDistance | 
Contains the distances between the descriptors.
Definition at line 519 of file vision/include/mrpt/vision/types.h.
| std::vector<int> mrpt::vision::TMultiResMatchingOutput::firstListFoundScales | 
Contains the scales of the first list where the correspondence was found.
Definition at line 517 of file vision/include/mrpt/vision/types.h.
| int mrpt::vision::TMultiResMatchingOutput::nMatches {0} | 
Definition at line 507 of file vision/include/mrpt/vision/types.h.
| std::vector<int> mrpt::vision::TMultiResMatchingOutput::secondListCorrespondences | 
Contains the indexes within the first list corresponding to the second one.
Definition at line 514 of file vision/include/mrpt/vision/types.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |