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
learner
foreground
ForegroundSceneLearner.cpp
Go to the documentation of this file.
1
18
#include "
learner/foreground/ForegroundSceneLearner.h
"
19
20
namespace
ProbabilisticSceneRecognition
{
21
22
23
ForegroundSceneLearner::ForegroundSceneLearner
(
const
ISM::ObjectSetPtr pExample)
24
:
SceneLearner
()
25
{
26
addExampleToScene
(pExample);
27
mSceneName
= pExample->mIdentifier;
28
}
29
30
ForegroundSceneLearner::~ForegroundSceneLearner
()
31
{
32
}
33
34
void
ForegroundSceneLearner::setClusteringParameters
(
double
pStaticBreakRatio,
double
pTogetherRatio,
double
pMaxAngleDeviation)
35
{
36
mStaticBreakRatio
= pStaticBreakRatio;
37
mTogetherRatio
= pTogetherRatio;
38
mMaxAngleDeviation
= pMaxAngleDeviation;
39
}
40
41
}
ProbabilisticSceneRecognition::ForegroundSceneLearner::setClusteringParameters
void setClusteringParameters(double pStaticBreakRatio, double pTogetherRatio, double pMaxAngleDeviation)
Definition:
ForegroundSceneLearner.cpp:34
ProbabilisticSceneRecognition::ForegroundSceneLearner::mTogetherRatio
double mTogetherRatio
Definition:
ForegroundSceneLearner.h:88
ProbabilisticSceneRecognition::SceneLearner::addExampleToScene
void addExampleToScene(const ISM::ObjectSetPtr pExample)
Definition:
SceneLearner.cpp:47
ForegroundSceneLearner.h
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::ForegroundSceneLearner::~ForegroundSceneLearner
virtual ~ForegroundSceneLearner()
Definition:
ForegroundSceneLearner.cpp:30
ProbabilisticSceneRecognition::ForegroundSceneLearner::mStaticBreakRatio
double mStaticBreakRatio
Definition:
ForegroundSceneLearner.h:88
ProbabilisticSceneRecognition::SceneLearner
Definition:
SceneLearner.h:41
ProbabilisticSceneRecognition::ForegroundSceneLearner::ForegroundSceneLearner
ForegroundSceneLearner(const ISM::ObjectSetPtr pExample)
Definition:
ForegroundSceneLearner.cpp:23
ProbabilisticSceneRecognition::SceneLearner::mSceneName
std::string mSceneName
Definition:
SceneLearner.h:125
ProbabilisticSceneRecognition::ForegroundSceneLearner::mMaxAngleDeviation
double mMaxAngleDeviation
Definition:
ForegroundSceneLearner.h:88
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12