#include "_cxcore.h"
Macros | |
#define | ICV_DEF_COPY_MASK_C1_CASE(type) |
#define | ICV_DEF_COPY_MASK_C3_CASE(type) |
#define | ICV_DEF_COPY_MASK_C4_CASE(type) |
#define | ICV_DEF_COPY_MASK_2D(name, type, cn) |
#define | ICV_DEF_SET_MASK_C1_CASE(type) |
#define | ICV_DEF_SET_MASK_C3_CASE(type) |
#define | ICV_DEF_SET_MASK_C4_CASE(type) |
#define | ICV_DEF_SET_MASK_2D(name, type, cn) |
#define | CV_DEF_INIT_COPYSET_TAB_2D(FUNCNAME, FLAG) |
#define | ICV_DEF_FLIP_HZ_CASE_C1(type) |
#define | ICV_DEF_FLIP_HZ_CASE_C3(type) |
#define | ICV_DEF_FLIP_HZ_CASE_C4(type) |
#define | ICV_DEF_FLIP_HZ_FUNC(flavor, arrtype, cn) |
Functions | |
IPCVAPI_IMPL (CvStatus, icvCopy_8u_C1R,(const uchar *src, int srcstep, uchar *dst, int dststep, CvSize size),(src, srcstep, dst, dststep, size)) | |
CvCopyMaskFunc | icvGetCopyMaskFunc (int elem_size) |
CV_IMPL void | cvCopy (const void *srcarr, void *dstarr, const void *maskarr) |
CV_IMPL void | cvSet (void *arr, CvScalar value, const void *maskarr) |
CvStatus CV_STDCALL | icvSetZero_8u_C1R (uchar *dst, int dststep, CvSize size) |
CV_IMPL void | cvSetZero (CvArr *arr) |
CV_IMPL void | cvFlip (const CvArr *srcarr, CvArr *dstarr, int flip_mode) |
CV_IMPL void | cvRepeat (const CvArr *srcarr, CvArr *dstarr) |
Variables | |
icvSetByte_8u_C1R_t | icvSetByte_8u_C1R_p = 0 |
#define CV_DEF_INIT_COPYSET_TAB_2D | ( | FUNCNAME, | |
FLAG | |||
) |
#define ICV_DEF_COPY_MASK_C1_CASE | ( | type | ) |
#define ICV_DEF_COPY_MASK_C3_CASE | ( | type | ) |
#define ICV_DEF_COPY_MASK_C4_CASE | ( | type | ) |
#define ICV_DEF_FLIP_HZ_CASE_C1 | ( | type | ) |
#define ICV_DEF_FLIP_HZ_CASE_C3 | ( | type | ) |
#define ICV_DEF_FLIP_HZ_CASE_C4 | ( | type | ) |
#define ICV_DEF_SET_MASK_C1_CASE | ( | type | ) |
#define ICV_DEF_SET_MASK_C3_CASE | ( | type | ) |
#define ICV_DEF_SET_MASK_C4_CASE | ( | type | ) |
CV_IMPL void cvCopy | ( | const void * | srcarr, |
void * | dstarr, | ||
const void * | maskarr | ||
) |
CvCopyMaskFunc icvGetCopyMaskFunc | ( | int | elem_size | ) |
CvStatus CV_STDCALL icvSetZero_8u_C1R | ( | uchar * | dst, |
int | dststep, | ||
CvSize | size | ||
) |
IPCVAPI_IMPL | ( | CvStatus | , |
icvCopy_8u_C1R | , | ||
(const uchar *src, int srcstep,uchar *dst, int dststep, CvSize size) | , | ||
(src, srcstep, dst, dststep, size) | |||
) |
icvSetByte_8u_C1R_t icvSetByte_8u_C1R_p = 0 |