#include <legacy.hpp>
List of all members.
Public Member Functions |
| CvImage () |
| CvImage (CvSize size, int depth, int channels) |
| CvImage (IplImage *img) |
| CvImage (const CvImage &img) |
| CvImage (const char *filename, const char *imgname=0, int color=-1) |
| CvImage (CvFileStorage *fs, const char *mapname, const char *imgname) |
| CvImage (CvFileStorage *fs, const char *seqname, int idx) |
| ~CvImage () |
CvImage | clone () |
void | create (CvSize size, int depth, int channels) |
void | release () |
void | clear () |
void | attach (IplImage *img, bool use_refcount=true) |
void | detach () |
bool | load (const char *filename, const char *imgname=0, int color=-1) |
bool | read (CvFileStorage *fs, const char *mapname, const char *imgname) |
bool | read (CvFileStorage *fs, const char *seqname, int idx) |
void | save (const char *filename, const char *imgname, const int *params=0) |
void | write (CvFileStorage *fs, const char *imgname) |
void | show (const char *window_name) |
bool | is_valid () |
int | width () const |
int | height () const |
CvSize | size () const |
CvSize | roi_size () const |
CvRect | roi () const |
int | coi () const |
void | set_roi (CvRect roi) |
void | reset_roi () |
void | set_coi (int coi) |
int | depth () const |
int | channels () const |
int | pix_size () const |
uchar * | data () |
const uchar * | data () const |
int | step () const |
int | origin () const |
uchar * | roi_row (int y) |
const uchar * | roi_row (int y) const |
| operator const IplImage * () const |
| operator IplImage * () |
CvImage & | operator= (const CvImage &img) |
Protected Attributes |
IplImage * | image |
int * | refcount |
Constructor & Destructor Documentation
CvImage::CvImage |
( |
const char * |
filename, |
|
|
const char * |
imgname = 0 , |
|
|
int |
color = -1 |
|
) |
| |
Member Function Documentation
bool CvImage::load |
( |
const char * |
filename, |
|
|
const char * |
imgname = 0 , |
|
|
int |
color = -1 |
|
) |
| |
void CvImage::save |
( |
const char * |
filename, |
|
|
const char * |
imgname, |
|
|
const int * |
params = 0 |
|
) |
| |
CvImage::operator const IplImage * |
( |
| ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: