ACT-CV - Machine Vision for Cognitive Modeling
|
show the images in a named window More...
#include <FrameObserver.h>
Public Member Functions | |
FrameObsWindow (const char *s) | |
~FrameObsWindow () | |
void | FrameNotify (IplImage *img, int frameNr) |
notification of a new frame More... | |
const char * | GetName () const |
the name of the observer More... | |
Public Member Functions inherited from FrameObs | |
virtual void | RegionInfoNotify (const std::vector< RegionInfo > ®ions) |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
Private Attributes | |
std::string | name |
show the images in a named window
Definition at line 188 of file FrameObserver.h.
FrameObsWindow::FrameObsWindow | ( | const char * | s) |
Definition at line 191 of file FrameObserver.h.
FrameObsWindow::~FrameObsWindow | ( | ) |
Definition at line 198 of file FrameObserver.h.
|
virtual |
notification of a new frame
Implements FrameObs.
Definition at line 203 of file FrameObserver.h.
References MHDBGMSG, MHDBGMSG_P, and name.
|
virtual |
the name of the observer
This is used to avoid that two instances of the same observer class are added to the observer list.
Implements FrameObs.
Definition at line 209 of file FrameObserver.h.
|
private |
Definition at line 189 of file FrameObserver.h.
Referenced by FrameNotify(), FrameObsWindow(), and ~FrameObsWindow().