MRPT
1.9.9
|
Go to the source code of this file.
Classes | |
class | mrpt::poses::CPosePDFGaussianInf |
A Probability Density function (PDF) of a 2D pose ![]() | |
Namespaces | |
mrpt::poses | |
Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms. | |
Functions | |
bool | mrpt::poses::operator== (const CPosePDFGaussianInf &p1, const CPosePDFGaussianInf &p2) |
CPosePDFGaussianInf | mrpt::poses::operator+ (const CPosePDFGaussianInf &a, const CPosePDFGaussianInf &b) |
Pose compose operator: RES = A (+) B , computing both the mean and the covariance. More... | |
CPosePDFGaussianInf | mrpt::poses::operator- (const CPosePDFGaussianInf &a, const CPosePDFGaussianInf &b) |
Pose inverse compose operator: RES = A (-) B , computing both the mean and the covariance. More... | |
poses::CPosePDFGaussianInf | mrpt::poses::operator+ (const mrpt::poses::CPose2D &A, const mrpt::poses::CPosePDFGaussianInf &B) |
Returns the Gaussian distribution of ![]() ![]() | |
std::ostream & | mrpt::poses::operator<< (std::ostream &out, const CPosePDFGaussianInf &obj) |
Dumps the mean and covariance matrix to a text stream. More... | |
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |