Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
m
o
p
r
s
t
x
+
Functions
d
g
m
p
r
s
t
x
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
include
inference
model
background
PowerSetBackgroundInferenceAlgorithm.h
Go to the documentation of this file.
1
18
#pragma once
19
20
// Global includes
21
#include <string>
22
#include <vector>
23
#include <fstream>
24
#include <iostream>
25
26
// Package includes
27
#include <boost/property_tree/ptree.hpp>
28
29
#include <asr_msgs/AsrObject.h>
30
31
#include <visualization/psm/ProbabilisticSceneVisualization.h>
32
33
// Local includes
34
#include "
inference/model/background/BackgroundInferenceAlgorithm.h
"
35
36
#include <ISM/common_type/Object.hpp>
37
38
namespace
ProbabilisticSceneRecognition
{
39
46
class
PowerSetBackgroundInferenceAlgorithm
:
public
BackgroundInferenceAlgorithm
{
47
public
:
48
52
PowerSetBackgroundInferenceAlgorithm
();
53
57
~PowerSetBackgroundInferenceAlgorithm
();
58
65
void
doInference
(std::vector<ISM::Object> pEvidenceList, std::ofstream& pRuntimeLogger);
66
72
double
getProbability
();
73
74
private
:
75
79
double
mProbability
;
80
};
81
}
ProbabilisticSceneRecognition::BackgroundInferenceAlgorithm
Definition:
BackgroundInferenceAlgorithm.h:46
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::~PowerSetBackgroundInferenceAlgorithm
~PowerSetBackgroundInferenceAlgorithm()
Definition:
PowerSetBackgroundInferenceAlgorithm.cpp:28
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::doInference
void doInference(std::vector< ISM::Object > pEvidenceList, std::ofstream &pRuntimeLogger)
Definition:
PowerSetBackgroundInferenceAlgorithm.cpp:32
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::PowerSetBackgroundInferenceAlgorithm
PowerSetBackgroundInferenceAlgorithm()
Definition:
PowerSetBackgroundInferenceAlgorithm.cpp:22
BackgroundInferenceAlgorithm.h
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm
Definition:
PowerSetBackgroundInferenceAlgorithm.h:46
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::getProbability
double getProbability()
Definition:
PowerSetBackgroundInferenceAlgorithm.cpp:112
ProbabilisticSceneRecognition::PowerSetBackgroundInferenceAlgorithm::mProbability
double mProbability
Definition:
PowerSetBackgroundInferenceAlgorithm.h:79
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12