ACT-CV - Machine Vision for Cognitive Modeling
|
diff to last frame More...
#include <FrameObserver.h>
Public Member Functions | |
DiffObs () | |
~DiffObs () | |
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 | |
GCPointer< FrameObs > | win |
output window More... | |
GCPointer< FrameObs > | writer |
IplImage * | pPrevImg |
IplImage * | pWorkImg |
Additional Inherited Members | |
Private Member Functions inherited from ImageCopy | |
ImageCopy (int divi=1) | |
~ImageCopy () | |
IplImage * | GetCurCopy () |
IplImage * | GetCopy (IplImage *img, int frameNr) |
diff to last frame
Definition at line 405 of file FrameObserver.h.
DiffObs::DiffObs | ( | ) |
Definition at line 415 of file FrameObserver.h.
References writer.
DiffObs::~DiffObs | ( | ) |
Definition at line 422 of file FrameObserver.h.
|
virtual |
notification of a new frame
Implements FrameObs.
Definition at line 427 of file FrameObserver.h.
References FrameObs::FrameNotify(), ImageCopy::GetCopy(), pPrevImg, pWorkImg, win, and writer.
|
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 464 of file FrameObserver.h.
|
private |
Definition at line 411 of file FrameObserver.h.
Referenced by FrameNotify(), and ~DiffObs().
|
private |
Definition at line 412 of file FrameObserver.h.
Referenced by FrameNotify(), and ~DiffObs().
Definition at line 409 of file FrameObserver.h.
Referenced by DiffObs(), and FrameNotify().