ACT-CV - Machine Vision for Cognitive Modeling
|
anything that creates a symbolic representation of something More...
#include <ActCvSource.h>
Public Member Functions | |
virtual const char * | GetResult () const =0 |
the current vision More... | |
virtual const char * | GetTypeName () const =0 |
the type of vision More... | |
anything that creates a symbolic representation of something
Definition at line 40 of file ActCvSource.h.
|
pure virtual |
the current vision
must return an s-expression
Implemented in OFlowObs, and tests::DummyActCvSource.
Referenced by tests::DummyActCvObserver::NewVisionNotification().
|
pure virtual |
the type of vision
must be a single word, no spaces allowed
is used to distinguish between sources and to build up an s-expression with multiple vision types
could be described in short as the "LISP name"
i.e. "lines", "flowangle"
Implemented in OFlowObs, and tests::DummyActCvSource.
Referenced by tests::DummyActCvObserver::NewVisionNotification().