#include <TestSet.h>
Public Member Functions | |
| double | getFullyMeshedProbability () const |
| double | getFullyMeshedRecognitionRuntime () const |
| void | setFullyMeshedTestResult (double pFullyMeshedProbability, double pFullyMeshedRecognitionRuntime) |
| TestSet () | |
| ~TestSet () | |
Public Attributes | |
| ISM::ObjectSetPtr | mObjectSet |
Private Attributes | |
| double | mFullyMeshedProbability |
| double | mFullyMeshedRecognitionRuntime |
| bool | mTestedWithFullyMeshed |
This class describes a test set, that is a set of objects used to test topologies against during combinatorial optimization.
| ProbabilisticSceneRecognition::TestSet::TestSet | ( | ) |
Constructor.
Definition at line 22 of file TestSet.cpp.
| ProbabilisticSceneRecognition::TestSet::~TestSet | ( | ) |
Destructor.
Definition at line 25 of file TestSet.cpp.
| double ProbabilisticSceneRecognition::TestSet::getFullyMeshedProbability | ( | ) | const |
Get the probability of this set tested with the fully meshed topology.
Definition at line 35 of file TestSet.cpp.
| double ProbabilisticSceneRecognition::TestSet::getFullyMeshedRecognitionRuntime | ( | ) | const |
Get the recognition runtime of this test set when tested with the fully meshed topology.
Definition at line 42 of file TestSet.cpp.
| void ProbabilisticSceneRecognition::TestSet::setFullyMeshedTestResult | ( | double | pFullyMeshedProbability, |
| double | pFullyMeshedRecognitionRuntime | ||
| ) |
Set the results of the test of this set with the fully meshed topology.
| pFullyMeshedProbability | The probability of this set tested with the fully meshed topology. |
| pFullyMeshedRecognitionRuntime | The recognition runtime of this test set when tested with the fully meshed topology. |
Definition at line 28 of file TestSet.cpp.
|
private |
|
private |
| ISM::ObjectSetPtr ProbabilisticSceneRecognition::TestSet::mObjectSet |
|
private |