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
combinatorial_optimization
CombinatorialTrainer.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/TreeNode.h>
24
#include <trainer/AbstractTrainer.h>
25
#include <trainer/source/ExamplesListSource.h>
26
27
// Local includes
28
#include "
learner/foreground/ocm/combinatorial_optimization/CombinatorialGraphGenerator.h
"
29
30
namespace
ProbabilisticSceneRecognition
{
31
35
class
CombinatorialTrainer
:
public
SceneModel::AbstractTrainer
36
{
37
public
:
38
39
45
CombinatorialTrainer
(std::vector<
boost::shared_ptr<SceneObjectLearner>
> pLearners,
46
std::vector<std::string> pObjectTypes);
47
51
~CombinatorialTrainer
();
52
53
58
void
addSceneGraphMessages
(std::vector<ISM::ObjectSetPtr> pMessages);
59
60
private
:
61
65
boost::shared_ptr<SceneModel::ExamplesListSource>
examplesListSource
;
66
67
};
68
69
}
ProbabilisticSceneRecognition::CombinatorialTrainer
Definition:
CombinatorialTrainer.h:35
ProbabilisticSceneRecognition::CombinatorialTrainer::~CombinatorialTrainer
~CombinatorialTrainer()
Definition:
CombinatorialTrainer.cpp:39
boost::shared_ptr
ProbabilisticSceneRecognition::CombinatorialTrainer::addSceneGraphMessages
void addSceneGraphMessages(std::vector< ISM::ObjectSetPtr > pMessages)
Definition:
CombinatorialTrainer.cpp:42
ProbabilisticSceneRecognition::CombinatorialTrainer::CombinatorialTrainer
CombinatorialTrainer(std::vector< boost::shared_ptr< SceneObjectLearner >> pLearners, std::vector< std::string > pObjectTypes)
Definition:
CombinatorialTrainer.cpp:22
CombinatorialGraphGenerator.h
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::CombinatorialTrainer::examplesListSource
boost::shared_ptr< SceneModel::ExamplesListSource > examplesListSource
Definition:
CombinatorialTrainer.h:65
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12