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

Detailed Description

Used for returning entropy related information.

See also
computeEntropy

Definition at line 459 of file COccupancyGridMap2D.h.

#include <mrpt/maps/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)) }



More...

 
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...
 

Constructor & Destructor Documentation

◆ TEntropyInfo()

mrpt::maps::COccupancyGridMap2D::TEntropyInfo::TEntropyInfo ( )
inline

Definition at line 461 of file COccupancyGridMap2D.h.

Member Data Documentation

◆ effectiveMappedArea

double mrpt::maps::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.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy().

◆ effectiveMappedCells

unsigned long mrpt::maps::COccupancyGridMap2D::TEntropyInfo::effectiveMappedCells

The mapped area in cells.

Definition at line 487 of file COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy().

◆ H

double mrpt::maps::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 473 of file COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), and mrpt::maps::CMultiMetricMapPDF::getCurrentJointEntropy().

◆ I

double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::I

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

Definition at line 476 of file COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy(), and mrpt::detectors::CDetectorDoorCrossing::process().

◆ mean_H

double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_H

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

Definition at line 479 of file COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy().

◆ mean_I

double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_I

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

Definition at line 482 of file COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::computeEntropy().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019