ACT-CV - Machine Vision for Cognitive Modeling
|
choose the source for the frames More...
#include <Options.h>
Public Types | |
enum | src { s_none, s_robot, s_cam, s_file, s_test, s_testline, s_singleImage, s_qtwebkit } |
Public Member Functions | |
SourceOption () | |
void | Parse (const char *s) |
parse an option More... | |
void | Describe (std::ostream &o) const |
describe this option (help text) More... | |
Public Attributes | |
src | source |
enum SourceOption::src |
|
virtual |
|
virtual |
parse an option
Implements Option.
Definition at line 75 of file Options.h.
References s_cam, s_file, s_qtwebkit, s_robot, s_singleImage, s_test, s_testline, and source.
src SourceOption::source |