Public Member Functions | Private Attributes | List of all members
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm Class Reference

#include <PowerSetBackgroundInferenceAlgorithm.h>

Inheritance diagram for ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm:
Inheritance graph
[legend]

Public Member Functions

void doInference (std::vector< ISM::Object > pEvidenceList, std::ofstream &pRuntimeLogger)
 
double getProbability ()
 
 PowerSetBackgroundInferenceAlgorithm ()
 
 ~PowerSetBackgroundInferenceAlgorithm ()
 
- Public Member Functions inherited from ProbabilisticSceneRecognition::BackgroundInferenceAlgorithm
 BackgroundInferenceAlgorithm ()
 
void load (boost::property_tree::ptree &pPt)
 
 ~BackgroundInferenceAlgorithm ()
 
- Public Member Functions inherited from ProbabilisticSceneRecognition::InferenceAlgorithm
 InferenceAlgorithm ()
 
virtual ~InferenceAlgorithm ()
 

Private Attributes

double mProbability
 

Additional Inherited Members

- Protected Member Functions inherited from ProbabilisticSceneRecognition::BackgroundInferenceAlgorithm
double calculateProbabilityOfBackgroundSceneObject (unsigned int pNumberOfEvidence, unsigned int pNumberOfSlots)
 

Detailed Description

Implementation of the abstract BackgroundInferenceAlgorithm class. It calculates and evaluates the power set of all background scene objects and summarized the result of each subset.

Author
Joachim Gehrung
Version
See SVN

Definition at line 46 of file PowerSetBackgroundInferenceAlgorithm.h.

Constructor & Destructor Documentation

ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::PowerSetBackgroundInferenceAlgorithm ( )

Constructor.

Definition at line 22 of file PowerSetBackgroundInferenceAlgorithm.cpp.

ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::~PowerSetBackgroundInferenceAlgorithm ( )

Destructor.

Definition at line 28 of file PowerSetBackgroundInferenceAlgorithm.cpp.

Member Function Documentation

void ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::doInference ( std::vector< ISM::Object >  pEvidenceList,
std::ofstream &  pRuntimeLogger 
)
virtual

Executes the inference based on the given evidence.

Parameters
pEvidenceListA list containing all evidences.
pRuntimeLoggerA file handle for runtime logging.

Implements ProbabilisticSceneRecognition::BackgroundInferenceAlgorithm.

Definition at line 32 of file PowerSetBackgroundInferenceAlgorithm.cpp.

double ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::getProbability ( )
virtual

Returns the probability calculated by the inference process.

Returns
Probability for this scene.

Implements ProbabilisticSceneRecognition::BackgroundInferenceAlgorithm.

Definition at line 112 of file PowerSetBackgroundInferenceAlgorithm.cpp.

Member Data Documentation

double ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::mProbability
private

The probability calculated by this algorithm.

Definition at line 79 of file PowerSetBackgroundInferenceAlgorithm.h.


The documentation for this class was generated from the following files:


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:09