|  | OpenCV
    3.4.9
    Open Source Computer Vision | 
| Macros | |
| #define | cvvConvertImage cvConvertImage | 
| #define | cvvLoadImage(name) cvLoadImage((name),1) | 
| #define | cvvSaveImage cvSaveImage | 
| Functions | |
| 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) | 
| #define cvvConvertImage cvConvertImage | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| #define cvvLoadImage | ( | name | ) | cvLoadImage((name),1) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| #define cvvSaveImage cvSaveImage | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| anonymous enum | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| Enumerator | |
|---|---|
| CV_LOAD_IMAGE_UNCHANGED | |
| CV_LOAD_IMAGE_GRAYSCALE | |
| CV_LOAD_IMAGE_COLOR | |
| CV_LOAD_IMAGE_ANYDEPTH | |
| CV_LOAD_IMAGE_ANYCOLOR | |
| CV_LOAD_IMAGE_IGNORE_ORIENTATION | |
| anonymous enum | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| anonymous enum | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| Enumerator | |
|---|---|
| CV_CVTIMG_FLIP | |
| CV_CVTIMG_SWAP_RB | |
#include <opencv2/imgcodecs/imgcodecs_c.h>
| IplImage* cvDecodeImage | ( | const CvMat * | buf, | 
| int | iscolor = CV_LOAD_IMAGE_COLOR | ||
| ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| CvMat* cvDecodeImageM | ( | const CvMat * | buf, | 
| int | iscolor = CV_LOAD_IMAGE_COLOR | ||
| ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
#include <opencv2/imgcodecs/imgcodecs_c.h>
| int cvHaveImageReader | ( | const char * | filename | ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| int cvHaveImageWriter | ( | const char * | filename | ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| IplImage* cvLoadImage | ( | const char * | filename, | 
| int | iscolor = CV_LOAD_IMAGE_COLOR | ||
| ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| CvMat* cvLoadImageM | ( | const char * | filename, | 
| int | iscolor = CV_LOAD_IMAGE_COLOR | ||
| ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
| int cvSaveImage | ( | const char * | filename, | 
| const CvArr * | image, | ||
| const int * | params = 0 | ||
| ) | 
#include <opencv2/imgcodecs/imgcodecs_c.h>
 1.8.13
 1.8.13