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
learner
foreground
ocm
ocm
appearance
AppearanceTermLearner.h
Go to the documentation of this file.
1
18
#pragma once
19
20
// Package includes
21
#include <boost/shared_ptr.hpp>
22
23
#include <trainer/source/Object.h>
24
25
// Local includes
26
#include "
learner/foreground/ocm/ocm/OcmTree.h
"
27
#include "
learner/foreground/ocm/ocm/OcmModel.h
"
28
#include "
learner/foreground/ocm/ocm/TermLearner.h
"
29
30
namespace
ProbabilisticSceneRecognition
{
31
38
class
AppearanceTermLearner
:
public
TermLearner
{
39
public
:
40
44
AppearanceTermLearner
();
45
49
~AppearanceTermLearner
();
50
56
void
learn
(
boost::shared_ptr<OcmModel>
pModel);
57
58
private
:
59
66
void
learnMapping
(
boost::shared_ptr<OcmModel>
pModel,
boost::shared_ptr<OcmTree>
pNode);
67
75
void
learnTable
(
boost::shared_ptr<OcmModel>
pModel,
boost::shared_ptr<OcmTree>
pNode,
unsigned
int
& pSlot);
76
};
77
}
OcmModel.h
ProbabilisticSceneRecognition::AppearanceTermLearner::learnTable
void learnTable(boost::shared_ptr< OcmModel > pModel, boost::shared_ptr< OcmTree > pNode, unsigned int &pSlot)
Definition:
AppearanceTermLearner.cpp:62
boost::shared_ptr
ProbabilisticSceneRecognition::AppearanceTermLearner::~AppearanceTermLearner
~AppearanceTermLearner()
Definition:
AppearanceTermLearner.cpp:27
ProbabilisticSceneRecognition::AppearanceTermLearner
Definition:
AppearanceTermLearner.h:38
OcmTree.h
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::AppearanceTermLearner::learnMapping
void learnMapping(boost::shared_ptr< OcmModel > pModel, boost::shared_ptr< OcmTree > pNode)
Definition:
AppearanceTermLearner.cpp:51
ProbabilisticSceneRecognition::AppearanceTermLearner::AppearanceTermLearner
AppearanceTermLearner()
Definition:
AppearanceTermLearner.cpp:22
ProbabilisticSceneRecognition::TermLearner
Definition:
TermLearner.h:34
TermLearner.h
ProbabilisticSceneRecognition::AppearanceTermLearner::learn
void learn(boost::shared_ptr< OcmModel > pModel)
Definition:
AppearanceTermLearner.cpp:31
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12