Some members of this struct will contain intermediate or output data after calling "computeObservationLikelihood" for some likelihood functions.
Definition at line 681 of file COccupancyGridMap2D.h.
#include <mrpt/slam/COccupancyGridMap2D.h>
Public Member Functions | |
| TLikelihoodOutput () | |
Public Attributes | |
| std::vector< TPairLikelihoodIndex > | OWA_pairList |
| [OWA method] This will contain the ascending-ordered list of pairs:(likelihood values, 2D point in map coordinates). More... | |
| std::vector< double > | OWA_individualLikValues |
| [OWA method] This will contain the ascending-ordered list of likelihood values for individual range measurements in the scan. More... | |
|
inline |
Definition at line 684 of file COccupancyGridMap2D.h.
| std::vector<double> mrpt::slam::COccupancyGridMap2D::TLikelihoodOutput::OWA_individualLikValues |
[OWA method] This will contain the ascending-ordered list of likelihood values for individual range measurements in the scan.
Definition at line 693 of file COccupancyGridMap2D.h.
| std::vector<TPairLikelihoodIndex> mrpt::slam::COccupancyGridMap2D::TLikelihoodOutput::OWA_pairList |
[OWA method] This will contain the ascending-ordered list of pairs:(likelihood values, 2D point in map coordinates).
Definition at line 689 of file COccupancyGridMap2D.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |