The CVImageImpl class is the image interface classes, or, backend of the CVImage.
More...
#include <CVImageImpl.h>
|
virtual void | load_from_file (const char *filename)=0 |
| load the image from file
|
|
virtual void | assigned (const CVImageImpl *impl, bool req_copy)=0 |
| assigned the image to this image
|
|
virtual void | pass_copy (const CVImageImpl *copied)=0 |
| pass_copy makes a passing assigned, for OpenCV like it just increase the ref count
|
|
virtual bool | image_valid ()=0 |
| image_valid check if the image is valid
|
|
virtual void | load_from_file (const char *filename)=0 |
| load the image from file
|
|
virtual void | assigned (const CVImageImpl *impl, bool req_copy)=0 |
| assigned the image to this image
|
|
virtual void | pass_copy (const CVImageImpl *copied)=0 |
| pass_copy makes a passing assigned, for OpenCV like it just increase the ref count
|
|
virtual bool | image_valid ()=0 |
| image_valid check if the image is valid
|
|
The CVImageImpl class is the image interface classes, or, backend of the CVImage.
◆ assigned() [1/2]
virtual void CVImageImpl::assigned |
( |
const CVImageImpl * |
impl, |
|
|
bool |
req_copy |
|
) |
| |
|
pure virtual |
◆ assigned() [2/2]
virtual void CVImageImpl::assigned |
( |
const CVImageImpl * |
impl, |
|
|
bool |
req_copy |
|
) |
| |
|
pure virtual |
◆ image_valid() [1/2]
virtual bool CVImageImpl::image_valid |
( |
| ) |
|
|
pure virtual |
◆ image_valid() [2/2]
virtual bool CVImageImpl::image_valid |
( |
| ) |
|
|
pure virtual |
◆ load_from_file() [1/2]
virtual void CVImageImpl::load_from_file |
( |
const char * |
filename | ) |
|
|
pure virtual |
◆ load_from_file() [2/2]
virtual void CVImageImpl::load_from_file |
( |
const char * |
filename | ) |
|
|
pure virtual |
◆ pass_copy() [1/2]
virtual void CVImageImpl::pass_copy |
( |
const CVImageImpl * |
copied | ) |
|
|
pure virtual |
◆ pass_copy() [2/2]
virtual void CVImageImpl::pass_copy |
( |
const CVImageImpl * |
copied | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: