|
void | cvConvertImage (const CvArr *src, CvArr *dst, int flags=0) |
|
IplImage * | cvDecodeImage (const CvMat *buf, int iscolor=CV_LOAD_IMAGE_COLOR) |
|
CvMat * | cvDecodeImageM (const CvMat *buf, int iscolor=CV_LOAD_IMAGE_COLOR) |
|
CvMat * | cvEncodeImage (const char *ext, const CvArr *image, const int *params=0) |
|
int | cvHaveImageReader (const char *filename) |
|
int | cvHaveImageWriter (const char *filename) |
|
IplImage * | cvLoadImage (const char *filename, int iscolor=CV_LOAD_IMAGE_COLOR) |
|
CvMat * | cvLoadImageM (const char *filename, int iscolor=CV_LOAD_IMAGE_COLOR) |
|
int | cvSaveImage (const char *filename, const CvArr *image, const int *params=0) |
|