9 #ifndef CMetricMapsAlignmentAlgorithm_H
10 #define CMetricMapsAlignmentAlgorithm_H
51 mrpt::poses::CPosePDFPtr Align(
55 float *runningTime = NULL,
80 float *runningTime = NULL,
81 void *
info = NULL ) = 0;
100 mrpt::poses::CPose3DPDFPtr Align3D(
104 float *runningTime = NULL,
129 float *runningTime = NULL,
130 void *
info = NULL ) = 0;
Declares a virtual base class for all metric maps storage classes.
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Declares a class that represents a Probability Density function (PDF) of a 3D pose .
Declares a class that represents a Probability Density function (PDF) of a 2D pose .
A base class for any algorithm able of maps alignment.
CMetricMapsAlignmentAlgorithm()
virtual mrpt::poses::CPose3DPDFPtr Align3DPDF(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose3DPDFGaussian &initialEstimationPDF, float *runningTime=NULL, void *info=NULL)=0
The virtual method for aligning a pair of metric maps, aligning the full 6D pose.
virtual mrpt::poses::CPosePDFPtr AlignPDF(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPosePDFGaussian &initialEstimationPDF, float *runningTime=NULL, void *info=NULL)=0
The virtual method for aligning a pair of metric maps, aligning only 2D + orientation.
virtual ~CMetricMapsAlignmentAlgorithm()
Dtor.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.