|
ACT-CV - Machine Vision for Cognitive Modeling
|
create a copy of an image (for output) More...
#include <FrameObserver.h>


Public Member Functions | |
| ImageCopy (int divi=1) | |
| ~ImageCopy () | |
| IplImage * | GetCurCopy () |
| IplImage * | GetCopy (IplImage *img, int frameNr) |
Private Attributes | |
| IplImage * | copy |
| int | cpFrameNr |
| const int | divisor |
create a copy of an image (for output)
Definition at line 279 of file FrameObserver.h.
| ImageCopy::ImageCopy | ( | int | divi = 1) |
Definition at line 285 of file FrameObserver.h.
| ImageCopy::~ImageCopy | ( | ) |
Definition at line 286 of file FrameObserver.h.
References copy.
| IplImage* ImageCopy::GetCopy | ( | IplImage * | img, |
| int | frameNr | ||
| ) |
Definition at line 292 of file FrameObserver.h.
References copy, cpFrameNr, and divisor.
Referenced by ColorObs::FrameNotify(), DiffObs::FrameNotify(), TextObs::FrameNotify(), AttendedLocObs::FrameNotify(), OFlowObs::FrameNotifyGray(), and LineObs::FrameNotifyGray().
| IplImage* ImageCopy::GetCurCopy | ( | ) |
Definition at line 289 of file FrameObserver.h.
References copy.
|
private |
Definition at line 280 of file FrameObserver.h.
Referenced by GetCopy(), GetCurCopy(), and ~ImageCopy().
|
private |
Definition at line 281 of file FrameObserver.h.
Referenced by GetCopy().
|
private |
Definition at line 283 of file FrameObserver.h.
Referenced by GetCopy().