60 const double& minMahalanobisDistToDrop = 0) = 0;
The virtual base class which provides a unified interface for all persistent objects in MRPT...
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition:
Declares a class that represents a Probability Distribution function (PDF) of a 2D point (x...
virtual void bayesianFusion(const CPoint2DPDF &p1, const CPoint2DPDF &p2, const double &minMahalanobisDistToDrop=0)=0
Bayesian fusion of two point distributions (product of two distributions->new distribution), then save the result in this object (WARNING: See implementing classes to see classes that can and cannot be mixtured!)
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A generic template for probability density distributions (PDFs).
virtual void copyFrom(const CPoint2DPDF &o)=0
Copy operator, translating if necesary (for example, between particles and gaussian representations) ...