ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
ImageCopy Class Reference

create a copy of an image (for output) More...

#include <FrameObserver.h>

Inheritance diagram for ImageCopy:
Inheritance graph
Collaboration diagram for ImageCopy:
Collaboration graph

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
 

Detailed Description

create a copy of an image (for output)

Definition at line 279 of file FrameObserver.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

IplImage* ImageCopy::GetCopy ( IplImage *  img,
int  frameNr 
)
IplImage* ImageCopy::GetCurCopy ( )

Definition at line 289 of file FrameObserver.h.

References copy.

Member Data Documentation

IplImage* ImageCopy::copy
private

Definition at line 280 of file FrameObserver.h.

Referenced by GetCopy(), GetCurCopy(), and ~ImageCopy().

int ImageCopy::cpFrameNr
private

Definition at line 281 of file FrameObserver.h.

Referenced by GetCopy().

const int ImageCopy::divisor
private

Definition at line 283 of file FrameObserver.h.

Referenced by GetCopy().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)