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
TestSet.h
Go to the documentation of this file.
1
18
#pragma once
19
20
#include <ISM/common_type/ObjectSet.hpp>
21
22
namespace
ProbabilisticSceneRecognition
{
23
27
class
TestSet
{
28
29
public
:
30
34
TestSet
();
35
39
~TestSet
();
40
44
ISM::ObjectSetPtr
mObjectSet
;
45
51
void
setFullyMeshedTestResult
(
double
pFullyMeshedProbability,
double
pFullyMeshedRecognitionRuntime);
52
57
double
getFullyMeshedProbability
()
const
;
58
63
double
getFullyMeshedRecognitionRuntime
()
const
;
64
65
private
:
69
double
mFullyMeshedProbability
;
70
74
double
mFullyMeshedRecognitionRuntime
;
75
80
bool
mTestedWithFullyMeshed
;
81
82
};
83
84
}
ProbabilisticSceneRecognition::TestSet::mObjectSet
ISM::ObjectSetPtr mObjectSet
Definition:
TestSet.h:44
ProbabilisticSceneRecognition::TestSet::~TestSet
~TestSet()
Definition:
TestSet.cpp:25
ProbabilisticSceneRecognition::TestSet::setFullyMeshedTestResult
void setFullyMeshedTestResult(double pFullyMeshedProbability, double pFullyMeshedRecognitionRuntime)
Definition:
TestSet.cpp:28
ProbabilisticSceneRecognition::TestSet
Definition:
TestSet.h:27
ProbabilisticSceneRecognition::TestSet::mTestedWithFullyMeshed
bool mTestedWithFullyMeshed
Definition:
TestSet.h:80
ProbabilisticSceneRecognition::TestSet::getFullyMeshedProbability
double getFullyMeshedProbability() const
Definition:
TestSet.cpp:35
ProbabilisticSceneRecognition::TestSet::getFullyMeshedRecognitionRuntime
double getFullyMeshedRecognitionRuntime() const
Definition:
TestSet.cpp:42
ProbabilisticSceneRecognition::TestSet::mFullyMeshedProbability
double mFullyMeshedProbability
Definition:
TestSet.h:69
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::TestSet::TestSet
TestSet()
Definition:
TestSet.cpp:22
ProbabilisticSceneRecognition::TestSet::mFullyMeshedRecognitionRuntime
double mFullyMeshedRecognitionRuntime
Definition:
TestSet.h:74
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:52:14