Go to the documentation of this file.
9 #ifndef CPointPDFGaussian_H
10 #define CPointPDFGaussian_H
121 double mahalanobisDistanceTo( const
CPointPDFGaussian & other,
bool only_2D = false ) const;
mrpt::math::CMatrixDouble33 cov
The 3x3 covariance matrix.
A gaussian distribution for 3D points.
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE(class_name, base_name)
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
void saveToTextFile(const std::string &file, mrpt::math::TMatrixTextFileFormat fileFormat=mrpt::math::MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string()) const
Save matrix to a text file, compatible with MATLAB text format (see also the methods of matrix classe...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
A numeric matrix of compile-time fixed size.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
Eigen::Matrix< typename MATRIX::Scalar, MATRIX::ColsAtCompileTime, MATRIX::ColsAtCompileTime > cov(const MATRIX &v)
Computes the covariance matrix from a list of samples in an NxM matrix, where each row is a sample,...
Declares a class that represents a Probability Distribution function (PDF) of a 3D point (x,...
A class used to store a 3D point.
CPoint3D mean
The mean value.
#define MRPT_OVERRIDE
C++11 "override" for virtuals:
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE(class_name, base_name)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 23:11:08 UTC 2019 | | |