MRPT
2.0.1
|
#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.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |