Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::slam::COccupancyGridMap2D::TEntropyInfo Struct Reference

Detailed Description

Used for returning entropy related information.

See Also
computeEntropy

Definition at line 479 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:

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.
 

Constructor & Destructor Documentation

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

Definition at line 481 of file COccupancyGridMap2D.h.

Member Data Documentation

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 503 of file COccupancyGridMap2D.h.

unsigned long mrpt::slam::COccupancyGridMap2D::TEntropyInfo::effectiveMappedCells

The mapped area in cells.

Definition at line 507 of file COccupancyGridMap2D.h.

double mrpt::slam::COccupancyGridMap2D::TEntropyInfo::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 487 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 491 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 495 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 499 of file COccupancyGridMap2D.h.




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013