The CVImage class is the image class that provides the image in the frameworks.
More...
#include <CVImage.h>
|
| CVImage () |
| defines the default constructor
|
|
| CVImage (const CVImage &image) |
| copy constructor
|
|
const CVImage & | operator= (const CVImage &image) |
| copy assignment
|
|
| ~CVImage () |
| destructor
|
|
void | loadFile (const char *filename) |
| loadFile loads the file into the image
|
|
void | assigned (const CVImage &image, bool load_as_copy=false) |
| assigned assigns the image to this image
|
|
bool | image_valid () const |
| assigned assigns the image to this image
|
|
CVImageImpl * | impl_ptr () const |
| impl_ptr get the impl pointer
|
|
| CVImage () |
| defines the default constructor
|
|
| CVImage (const CVImage &image) |
| copy constructor
|
|
const CVImage & | operator= (const CVImage &image) |
| copy assignment
|
|
| ~CVImage () |
| destructor
|
|
void | loadFile (const char *filename) |
| loadFile loads the file into the image
|
|
void | assigned (const CVImage &image, bool load_as_copy=false) |
| assigned assigns the image to this image
|
|
bool | image_valid () const |
| assigned assigns the image to this image
|
|
CVImageImpl * | impl_ptr () const |
| impl_ptr get the impl pointer
|
|
The CVImage class is the image class that provides the image in the frameworks.
◆ assigned() [1/2]
void CVImage::assigned |
( |
const CVImage & |
image, |
|
|
bool |
load_as_copy = false |
|
) |
| |
assigned assigns the image to this image
- Parameters
-
image | the image to assign |
load_as_copy | if true, then copy the image |
◆ assigned() [2/2]
void CVImage::assigned |
( |
const CVImage & |
image, |
|
|
bool |
load_as_copy = false |
|
) |
| |
assigned assigns the image to this image
- Parameters
-
image | the image to assign |
load_as_copy | if true, then copy the image |
◆ impl_ptr() [1/2]
impl_ptr get the impl pointer
- Returns
- the impl pointer
◆ impl_ptr() [2/2]
impl_ptr get the impl pointer
- Returns
- the impl pointer
◆ loadFile() [1/2]
void CVImage::loadFile |
( |
const char * |
filename | ) |
|
loadFile loads the file into the image
- Parameters
-
filename | the file name to load |
◆ loadFile() [2/2]
void CVImage::loadFile |
( |
const char * |
filename | ) |
|
loadFile loads the file into the image
- Parameters
-
filename | the file name to load |
The documentation for this class was generated from the following files:
- extern_app/MediaPlayer/base/CVImage.h
- extern_app/professionals/library/OpencvQtAdapter/core_library/cvimage/CVImage.h
- extern_app/MediaPlayer/base/CVImage.cpp
- extern_app/professionals/library/OpencvQtAdapter/core_library/cvimage_src/CVImage.cpp