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
InferenceAlgorithm.h
Go to the documentation of this file.
1
18
#pragma once
19
20
// Global includes
21
#include <string>
22
#include <vector>
23
24
// Package includes
25
#include <boost/property_tree/ptree.hpp>
26
27
#include <asr_msgs/AsrObject.h>
28
29
#include <visualization/psm/ProbabilisticSceneVisualization.h>
30
31
#include <ISM/common_type/Object.hpp>
32
33
namespace
ProbabilisticSceneRecognition
{
34
41
class
InferenceAlgorithm
{
42
public
:
43
47
InferenceAlgorithm
();
48
52
virtual
~InferenceAlgorithm
();
53
59
virtual
void
load
(boost::property_tree::ptree& pPt) = 0;
60
67
virtual
void
doInference
(std::vector<ISM::Object> pEvidenceList, std::ofstream& pRuntimeLogger) = 0;
68
74
virtual
double
getProbability
() = 0;
75
};
76
}
ProbabilisticSceneRecognition::InferenceAlgorithm::doInference
virtual void doInference(std::vector< ISM::Object > pEvidenceList, std::ofstream &pRuntimeLogger)=0
ProbabilisticSceneRecognition::InferenceAlgorithm
Definition:
InferenceAlgorithm.h:41
ProbabilisticSceneRecognition::InferenceAlgorithm::load
virtual void load(boost::property_tree::ptree &pPt)=0
ProbabilisticSceneRecognition::InferenceAlgorithm::~InferenceAlgorithm
virtual ~InferenceAlgorithm()
Definition:
InferenceAlgorithm.cpp:26
ProbabilisticSceneRecognition::InferenceAlgorithm::InferenceAlgorithm
InferenceAlgorithm()
Definition:
InferenceAlgorithm.cpp:22
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::InferenceAlgorithm::getProbability
virtual double getProbability()=0
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12