28 #ifndef CPoint2DPDFGaussian_H
29 #define CPoint2DPDFGaussian_H
37 using namespace mrpt::math;
57 CPoint2DPDFGaussian( const
CPoint2D &init_Mean );
82 mean_point = this->
mean;
87 void copyFrom(
const CPoint2DPDF &o);
96 void changeCoordinatesReference(
const CPose3D &newReferenceBase );
128 void drawSingleSample(
CPoint2D &outSample)
const;
135 void bayesianFusion(
const CPoint2DPDF &p1,
const CPoint2DPDF &p2,
const double &minMahalanobisDistToDrop = 0);