#include <RecordedPattern.hpp>
Public Member Functions | |
void | addObjectSet (ObjectSetPtr os) |
RecordedPattern (std::string name) | |
Public Attributes | |
std::string | name |
std::vector< ObjectSetPtr > | objectSets |
RecordedPattern class. Scene represented by training data.
Definition at line 32 of file RecordedPattern.hpp.
|
inline |
Definition at line 37 of file RecordedPattern.hpp.
void ISM::RecordedPattern::addObjectSet | ( | ObjectSetPtr | os | ) |
Definition at line 21 of file RecordedPattern.cpp.
std::string ISM::RecordedPattern::name |
Definition at line 34 of file RecordedPattern.hpp.
std::vector<ObjectSetPtr> ISM::RecordedPattern::objectSets |
Definition at line 35 of file RecordedPattern.hpp.