| 
    MRPT
    2.0.4
    
   | 
 
#include <mrpt/core/common.h>#include <mrpt/poses/poses_frwds.h>#include <cstdint>#include <iosfwd>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | mrpt::tfest::TMatchingPair | 
| A structure for holding correspondences between two sets of points or points-like entities in 2D or 3D.  More... | |
| class | mrpt::tfest::TMatchingPairList | 
| A list of TMatchingPair.  More... | |
Namespaces | |
| mrpt::tfest | |
| Functions for estimating the optimal transformation between two frames of references given measurements of corresponding points.  | |
Typedefs | |
| using | mrpt::tfest::TMatchingPairPtr = TMatchingPair * | 
| using | mrpt::tfest::TMatchingPairConstPtr = TMatchingPair const * | 
Functions | |
| std::ostream & | mrpt::tfest::operator<< (std::ostream &o, const mrpt::tfest::TMatchingPair &pair) | 
| bool | mrpt::tfest::operator< (const TMatchingPair &a, const TMatchingPair &b) | 
| A comparison operator, for sorting lists of TMatchingPair's, first order by this_idx, if equals, by other_idx.  More... | |
| bool | mrpt::tfest::operator== (const TMatchingPair &a, const TMatchingPair &b) | 
| A comparison operator.  More... | |
| bool | mrpt::tfest::operator== (const TMatchingPairList &a, const TMatchingPairList &b) | 
| A comparison operator.  More... | |
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |