Main MRPT website > C++ reference for MRPT 1.3.2
List of all members | Public Member Functions | Public Attributes
mrpt::vision::TMultiResMatchingOutput Struct Reference

Detailed Description

Struct containing the output after matching multi-resolution SIFT-like descriptors.

Definition at line 420 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...
 

Constructor & Destructor Documentation

mrpt::vision::TMultiResMatchingOutput::TMultiResMatchingOutput ( )
inline

Definition at line 429 of file vision/include/mrpt/vision/types.h.

Member Data Documentation

std::vector<int> mrpt::vision::TMultiResMatchingOutput::firstListCorrespondences

Contains the indexes within the second list corresponding to the first one.

Definition at line 424 of file vision/include/mrpt/vision/types.h.

std::vector<double> mrpt::vision::TMultiResMatchingOutput::firstListDistance

Contains the distances between the descriptors.

Definition at line 427 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 426 of file vision/include/mrpt/vision/types.h.

int mrpt::vision::TMultiResMatchingOutput::nMatches

Definition at line 422 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 425 of file vision/include/mrpt/vision/types.h.




Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015