MRPT
1.9.9
|
#include <mrpt/math/CMatrixD.h>
#include <mrpt/poses/CPose3D.h>
#include <mrpt/poses/CPose3DPDF.h>
#include <mrpt/poses/CPosePDF.h>
Go to the source code of this file.
Classes | |
class | mrpt::poses::CPose3DPDFGaussianInf |
Declares a class that represents a Probability Density function (PDF) of a 3D pose as a Gaussian described by its mean and its inverse covariance matrix. More... | |
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 CPose3DPDFGaussianInf &p1, const CPose3DPDFGaussianInf &p2) |
CPose3DPDFGaussianInf | mrpt::poses::operator+ (const CPose3DPDFGaussianInf &x, const CPose3DPDFGaussianInf &u) |
Pose composition for two 3D pose Gaussians. More... | |
CPose3DPDFGaussianInf | mrpt::poses::operator- (const CPose3DPDFGaussianInf &x, const CPose3DPDFGaussianInf &u) |
Pose composition for two 3D pose Gaussians. More... | |
std::ostream & | mrpt::poses::operator<< (std::ostream &out, const CPose3DPDFGaussianInf &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: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |