CCIMXDesktop
 
Loading...
Searching...
No Matches
CVImage Class Reference

The CVImage class is the image class that provides the image in the frameworks. More...

#include <CVImage.h>

Public Member Functions

 CVImage ()
 defines the default constructor
 
 CVImage (const CVImage &image)
 copy constructor
 
const CVImageoperator= (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
 
CVImageImplimpl_ptr () const
 impl_ptr get the impl pointer
 
 CVImage ()
 defines the default constructor
 
 CVImage (const CVImage &image)
 copy constructor
 
const CVImageoperator= (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
 
CVImageImplimpl_ptr () const
 impl_ptr get the impl pointer
 

Detailed Description

The CVImage class is the image class that provides the image in the frameworks.

Member Function Documentation

◆ assigned() [1/2]

void CVImage::assigned ( const CVImage image,
bool  load_as_copy = false 
)

assigned assigns the image to this image

Parameters
imagethe image to assign
load_as_copyif 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
imagethe image to assign
load_as_copyif true, then copy the image

◆ impl_ptr() [1/2]

CVImageImpl * CVImage::impl_ptr ( ) const
inline

impl_ptr get the impl pointer

Returns
the impl pointer

◆ impl_ptr() [2/2]

CVImageImpl * CVImage::impl_ptr ( ) const
inline

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
filenamethe file name to load

◆ loadFile() [2/2]

void CVImage::loadFile ( const char *  filename)

loadFile loads the file into the image

Parameters
filenamethe file name to load

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