28 #ifndef CPointPDFParticles_H
29 #define CPointPDFParticles_H
100 return m_particles.size();
106 void getMean(
CPoint3D &mean_point)
const;
115 void copyFrom(
const CPointPDF &o);
124 void changeCoordinatesReference(
const CPose3D &newReferenceBase );
128 double computeKurtosis();
132 void drawSingleSample(
CPoint3D &outSample)
const;
139 void bayesianFusion(
const CPointPDF &p1,
const CPointPDF &p2,
const double &minMahalanobisDistToDrop = 0);