Main MRPT website > C++ reference
MRPT logo

mrpt::slam::COccupancyGridMap2D::TEntropyInfo Struct Reference

Used for returning entropy related information. More...

#include <mrpt/slam/COccupancyGridMap2D.h>

List of all members.

Public Member Functions

 TEntropyInfo ()

Public Attributes

double H
 The target variable for absolute entropy, computed as:

H(map)=Sumx,y{ -p(x,y)·ln(p(x,y)) -(1-p(x,y))·ln(1-p(x,y)) }



.

double I
 The target variable for absolute "information", defining I(x) = 1 - H(x).
double mean_H
 The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells).
double mean_I
 The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells).
double effectiveMappedArea
 The target variable for the area of cells with information, i.e.
unsigned long effectiveMappedCells
 The mapped area in cells.

Detailed Description

Used for returning entropy related information.

See also:
computeEntropy

Definition at line 570 of file COccupancyGridMap2D.h.


Constructor & Destructor Documentation

mrpt::slam::COccupancyGridMap2D::TEntropyInfo::TEntropyInfo (  )  [inline]

Definition at line 572 of file COccupancyGridMap2D.h.


Member Data Documentation

The target variable for the area of cells with information, i.e.

p(x)!=0.5

Definition at line 594 of file COccupancyGridMap2D.h.

The mapped area in cells.

Definition at line 598 of file COccupancyGridMap2D.h.

The target variable for absolute entropy, computed as:

H(map)=Sumx,y{ -p(x,y)·ln(p(x,y)) -(1-p(x,y))·ln(1-p(x,y)) }



.

Definition at line 578 of file COccupancyGridMap2D.h.

The target variable for absolute "information", defining I(x) = 1 - H(x).

Definition at line 582 of file COccupancyGridMap2D.h.

The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells).

Definition at line 586 of file COccupancyGridMap2D.h.

The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells).

Definition at line 590 of file COccupancyGridMap2D.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010