ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
AlgOption Class Reference

what algorithm shall be run on the frames? More...

#include <Options.h>

Inheritance diagram for AlgOption:
Inheritance graph
Collaboration diagram for AlgOption:
Collaboration graph

Public Member Functions

 AlgOption ()
 
void Parse (const char *s)
 parse an option More...
 
void Describe (std::ostream &o) const
 describe this option (help text) More...
 

Public Attributes

cv_algorithm algorithm
 

Detailed Description

what algorithm shall be run on the frames?

Definition at line 113 of file Options.h.

Constructor & Destructor Documentation

AlgOption::AlgOption ( )

Definition at line 117 of file Options.h.

Member Function Documentation

void AlgOption::Describe ( std::ostream &  o) const
virtual

describe this option (help text)

Implements Option.

Definition at line 126 of file Options.h.

void AlgOption::Parse ( const char *  s)
virtual

parse an option

Implements Option.

Definition at line 119 of file Options.h.

References a_color, a_lines, a_match, a_oflow, a_text, and algorithm.

Member Data Documentation

cv_algorithm AlgOption::algorithm

Definition at line 115 of file Options.h.

Referenced by main(), and Parse().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)