|
ACT-CV - Machine Vision for Cognitive Modeling
|
the loop More...
#include <FrameLoop.h>


Public Member Functions | |
| virtual void | Loop (FrameSource *frameSource)=0 |
| forever (until frameSource ends) More... | |
| virtual void | LoopUntilKeyPress (FrameSource *frameSource)=0 |
| stop on any key More... | |
| virtual void | LoopNFrames (FrameSource *frameSource, int nFrames)=0 |
| read a fixed number of frames More... | |
| virtual void | SingleFrame (FrameSource *frameSource)=0 |
| single frame More... | |
| virtual void | WaitForFirstFrame ()=0 |
| virtual void | WaitForNextFrame ()=0 |
Public Member Functions inherited from ReferenceCount | |
| ReferenceCount () | |
| virtual | ~ReferenceCount () |
| void | IncRefCount () |
| void | DecRefCount () |
Public Member Functions inherited from FrameObsSupport | |
| void | AddObserver (const GCPointer< FrameObs > &obs) |
| void | RemoveObserver (const GCPointer< FrameObs > &obs) |
| remove obs from the list of observers More... | |
| GCPointer< FrameObs > | FindObserver (const std::string &s) const |
Additional Inherited Members | |
Protected Member Functions inherited from FrameObsSupport | |
| void | FireFrameNotification (IplImage *img, int frameNr) const |
| void | FireRegionNotification (const std::vector< RegionInfo > ®ions) const |
the loop
Definition at line 67 of file FrameLoop.h.
|
pure virtual |
forever (until frameSource ends)
Implemented in FrameLoopImpl.
|
pure virtual |
read a fixed number of frames
Implemented in FrameLoopImpl.
|
pure virtual |
|
pure virtual |
single frame
Implemented in FrameLoopImpl.
|
pure virtual |
Implemented in FrameLoopImpl.
|
pure virtual |
Implemented in FrameLoopImpl.