MRPT
1.9.9
|
#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 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |