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
src
inference
model
foreground
ForegroundInferenceAlgorithm.cpp
Go to the documentation of this file.
1
18
#include "
inference/model/foreground/ForegroundInferenceAlgorithm.h
"
19
20
namespace
ProbabilisticSceneRecognition
{
21
22
ForegroundInferenceAlgorithm::ForegroundInferenceAlgorithm
(
boost::shared_ptr
<std::vector<
boost::shared_ptr<SceneObjectDescription>
> >& pSceneObjects)
23
:
InferenceAlgorithm
()
24
{
25
mSceneObjects
= pSceneObjects;
26
}
27
28
ForegroundInferenceAlgorithm::~ForegroundInferenceAlgorithm
()
29
{
30
}
31
32
void
ForegroundInferenceAlgorithm::load
(boost::property_tree::ptree& pPt)
33
{
34
// Nothing to load here.
35
}
36
37
}
ProbabilisticSceneRecognition::InferenceAlgorithm
Definition:
InferenceAlgorithm.h:41
boost::shared_ptr
ForegroundInferenceAlgorithm.h
ProbabilisticSceneRecognition::ForegroundInferenceAlgorithm::~ForegroundInferenceAlgorithm
~ForegroundInferenceAlgorithm()
Definition:
ForegroundInferenceAlgorithm.cpp:28
ProbabilisticSceneRecognition::ForegroundInferenceAlgorithm::ForegroundInferenceAlgorithm
ForegroundInferenceAlgorithm(boost::shared_ptr< std::vector< boost::shared_ptr< SceneObjectDescription > > > &pSceneObjects)
Definition:
ForegroundInferenceAlgorithm.cpp:22
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::ForegroundInferenceAlgorithm::load
void load(boost::property_tree::ptree &pPt)
Definition:
ForegroundInferenceAlgorithm.cpp:32
ProbabilisticSceneRecognition::ForegroundInferenceAlgorithm::mSceneObjects
boost::shared_ptr< std::vector< boost::shared_ptr< SceneObjectDescription > > > mSceneObjects
Definition:
ForegroundInferenceAlgorithm.h:88
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12