#include <Recorder.hpp>
Public Member Functions | |
| void | insert (const ObjectSetPtr &set, const std::string &patternName) |
| Recorder (const std::string &dbfilename) | |
Private Attributes | |
| TableHelperPtr | tableHelper |
Recorder class. Wrapper for TableHelper that simplifies adding object configurations to already recorded training data.
Definition at line 31 of file Recorder.hpp.
| ISM::Recorder::Recorder | ( | const std::string & | dbfilename | ) |
Create training data recording interface to an sqlite db.
| dbfilename | Db into which training data is to be stored. |
Definition at line 22 of file Recorder.cpp.
| void ISM::Recorder::insert | ( | const ObjectSetPtr & | set, |
| const std::string & | patternName | ||
| ) |
Add object configuration of a certain scene to already recorded training data.
| set | One example of a spatial configuration of objects. |
| patternName | Scene to which object configuration belongs. |
Definition at line 30 of file Recorder.cpp.
|
private |
Definition at line 32 of file Recorder.hpp.