Go to the source code of this file.
Classes | |
class | mrpt::poses::CPosePDFGaussian |
Declares a class that represents a Probability Density function (PDF) of a 2D pose . More... | |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::poses | |
Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms. | |
Functions | |
::mrpt::utils::CStream & | mrpt::poses::operator>> (mrpt::utils::CStream &in, CPosePDFGaussianPtr &pObj) |
CPosePDFGaussian BASE_IMPEXP | mrpt::poses::operator+ (const CPosePDFGaussian &a, const CPosePDFGaussian &b) |
Pose compose operator: RES = A (+) B , computing both the mean and the covariance. More... | |
CPosePDFGaussian BASE_IMPEXP | mrpt::poses::operator- (const CPosePDFGaussian &a, const CPosePDFGaussian &b) |
Pose inverse compose operator: RES = A (-) B , computing both the mean and the covariance. More... | |
std::ostream BASE_IMPEXP & | mrpt::poses::operator<< (std::ostream &out, const CPosePDFGaussian &obj) |
Dumps the mean and covariance matrix to a text stream. More... | |
poses::CPosePDFGaussian BASE_IMPEXP | mrpt::poses::operator+ (const mrpt::poses::CPose2D &A, const mrpt::poses::CPosePDFGaussian &B) |
Returns the Gaussian distribution of , for . More... | |
bool BASE_IMPEXP | mrpt::poses::operator== (const CPosePDFGaussian &p1, const CPosePDFGaussian &p2) |
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |