12 #include "ErrorBase.h"
14 #define DEFAULT_BORDER_SIZE 3
20 virtual void Write(
const char *fileName);
virtual ~ImageBase()
Frees memory associated with an ImageBase.
Definition: ImageBase.cpp:25
int GetHeight()
Gets the height of an image.
Definition: ImageBase.cpp:43
Image * GetImaqImage()
Access the internal IMAQ Image data structure.
Definition: ImageBase.cpp:64
Base class for most objects.
Definition: ErrorBase.h:66
int GetWidth()
Gets the width of an image.
Definition: ImageBase.cpp:53
Definition: ImageBase.h:16
ImageBase(ImageType type)
Create a new instance of an ImageBase.
Definition: ImageBase.cpp:17
virtual void Write(const char *fileName)
Writes an image to a file with the given filename.
Definition: ImageBase.cpp:34