3#include "CVImageImpl.h"
31 bool load_as_copy =
false
The CVImageImpl class is the image interface classes, or, backend of the CVImage.
Definition CVImageImpl.h:9
virtual bool image_valid()=0
image_valid check if the image is valid
The CVImage class is the image class that provides the image in the frameworks.
Definition CVImage.h:9
bool image_valid() const
assigned assigns the image to this image
Definition CVImage.h:37
void loadFile(const char *filename)
loadFile loads the file into the image
CVImage(const CVImage &image)
copy constructor
void assigned(const CVImage &image, bool load_as_copy=false)
assigned assigns the image to this image
CVImageImpl * impl_ptr() const
impl_ptr get the impl pointer
Definition CVImage.h:43
const CVImage & operator=(const CVImage &image)
copy assignment
CVImage()
defines the default constructor