Used for returning entropy related information.
Definition at line 461 of file COccupancyGridMap2D.h.
#include <mrpt/slam/COccupancyGridMap2D.h>
Public Member Functions | |
| TEntropyInfo () | |
Public Attributes | |
| double | H |
| The target variable for absolute entropy, computed as: | |
| double | I |
| The target variable for absolute "information", defining I(x) = 1 - H(x) More... | |
| double | mean_H |
| The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells) More... | |
| double | mean_I |
| The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells) More... | |
| double | effectiveMappedArea |
| The target variable for the area of cells with information, i.e. More... | |
| unsigned long | effectiveMappedCells |
| The mapped area in cells. More... | |
|
inline |
Definition at line 463 of file COccupancyGridMap2D.h.
| double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::effectiveMappedArea |
The target variable for the area of cells with information, i.e.
p(x)!=0.5
Definition at line 485 of file COccupancyGridMap2D.h.
| unsigned long mrpt::slam::COccupancyGridMap2D::TEntropyInfo::effectiveMappedCells |
The mapped area in cells.
Definition at line 489 of file COccupancyGridMap2D.h.
| double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::H |
The target variable for absolute entropy, computed as:
Definition at line 469 of file COccupancyGridMap2D.h.
| double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::I |
The target variable for absolute "information", defining I(x) = 1 - H(x)
Definition at line 473 of file COccupancyGridMap2D.h.
| double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::mean_H |
The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells)
Definition at line 477 of file COccupancyGridMap2D.h.
| double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::mean_I |
The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells)
Definition at line 481 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 |