|
ACT-CV - Machine Vision for Cognitive Modeling
|
create a gray scale copy of the image if needed More...
#include <FrameObserver.h>


Public Member Functions | |
| FrameObsAutoGray () | |
| ~FrameObsAutoGray () | |
| void | FrameNotify (IplImage *img, int frameNr) |
| notification of a new frame More... | |
Public Member Functions inherited from FrameObs | |
| virtual void | RegionInfoNotify (const std::vector< RegionInfo > ®ions) |
| virtual const char * | GetName () const =0 |
| the name of the observer More... | |
Public Member Functions inherited from ReferenceCount | |
| ReferenceCount () | |
| virtual | ~ReferenceCount () |
| void | IncRefCount () |
| void | DecRefCount () |
Protected Member Functions | |
| virtual void | FrameNotifyGray (IplImage *img, IplImage *gray, int frameNr)=0 |
| override me More... | |
Private Attributes | |
| IplImage * | gray |
create a gray scale copy of the image if needed
Definition at line 541 of file FrameObserver.h.
| FrameObsAutoGray::FrameObsAutoGray | ( | ) |
Definition at line 547 of file FrameObserver.h.
| FrameObsAutoGray::~FrameObsAutoGray | ( | ) |
Definition at line 548 of file FrameObserver.h.
References gray.
|
virtual |
notification of a new frame
Implements FrameObs.
Definition at line 551 of file FrameObserver.h.
References FrameNotifyGray(), and gray.
|
protectedpure virtual |
|
private |
Definition at line 542 of file FrameObserver.h.
Referenced by FrameNotify(), and ~FrameObsAutoGray().