MRPT
2.0.1
|
Used for returning entropy related information.
Definition at line 441 of file COccupancyGridMap2D.h.
#include <mrpt/maps/COccupancyGridMap2D.h>
Public Attributes | |
double | H {0} |
The target variable for absolute entropy, computed as: | |
double | I {0} |
The target variable for absolute "information", defining I(x) = 1 - H(x) More... | |
double | mean_H {0} |
The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells) More... | |
double | mean_I {0} |
The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells) More... | |
double | effectiveMappedArea {0} |
The target variable for the area of cells with information, i.e. More... | |
unsigned long | effectiveMappedCells {0} |
The mapped area in cells. More... | |
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::effectiveMappedArea {0} |
The target variable for the area of cells with information, i.e.
p(x)!=0.5
Definition at line 458 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), and mrpt::apps::RBPF_SLAM_App_Base::run().
unsigned long mrpt::maps::COccupancyGridMap2D::TEntropyInfo::effectiveMappedCells {0} |
The mapped area in cells.
Definition at line 460 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), and mrpt::apps::RBPF_SLAM_App_Base::run().
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::H {0} |
The target variable for absolute entropy, computed as:
Definition at line 446 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), mrpt::maps::CMultiMetricMapPDF::getCurrentJointEntropy(), and mrpt::apps::RBPF_SLAM_App_Base::run().
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::I {0} |
The target variable for absolute "information", defining I(x) = 1 - H(x)
Definition at line 449 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), mrpt::detectors::CDetectorDoorCrossing::process(), and mrpt::apps::RBPF_SLAM_App_Base::run().
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_H {0} |
The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells)
Definition at line 452 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy().
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_I {0} |
The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells)
Definition at line 455 of file COccupancyGridMap2D.h.
Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), and mrpt::apps::RBPF_SLAM_App_Base::run().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |