Go to the documentation of this file.
   27         const CPose2D& grossEst, 
float* runningTime, 
void* info)
 
   30         return AlignPDF(m1, m2, posePDF, runningTime, info);
 
   38         const CPose3D& grossEst, 
float* runningTime, 
void* info)
 
   41         posePDF.
mean = grossEst;
 
   42         return Align3DPDF(m1, m2, posePDF, runningTime, info);
 
  
Declares a class that represents a Probability Density function (PDF) of a 3D pose .
 
CMatrixFixedNumeric< double, 3, 3 > CMatrixDouble33
 
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
 
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).
 
mrpt::poses::CPose3DPDF::Ptr Align3D(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose3D &grossEst, float *runningTime=nullptr, void *info=nullptr)
The method for aligning a pair of metric maps, aligning the full 6D pose.
 
This base provides a set of functions for maths stuff.
 
std::shared_ptr< CPose3DPDF > Ptr
 
mrpt::poses::CPosePDF::Ptr Align(const mrpt::maps::CMetricMap *m1, const mrpt::maps::CMetricMap *m2, const mrpt::poses::CPose2D &grossEst, float *runningTime=nullptr, void *info=nullptr)
The method for aligning a pair of metric maps, aligning only 2D + orientation.
 
Declares a class that represents a Probability Density function (PDF) of a 2D pose .
 
std::shared_ptr< CPosePDF > Ptr
 
CPose3D mean
The mean value.
 
   |  Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |   |