OpenCV
3.1.0
Open Source Computer Vision
|
#include <cstddef>
#include <stdint.h>
Macros | |
#define | CV_BIG_INT(n) n##LL |
#define | CV_BIG_UINT(n) n##ULL |
#define | CV_HAL_CMP_EQ 0 |
#define | CV_HAL_CMP_GE 2 |
#define | CV_HAL_CMP_GT 1 |
#define | CV_HAL_CMP_LE 4 |
#define | CV_HAL_CMP_LT 3 |
#define | CV_HAL_CMP_NE 5 |
#define | CV_HAL_ERROR_NOT_IMPLEMENTED 1 |
#define | CV_HAL_ERROR_OK 0 |
#define | CV_HAL_ERROR_UNKNOWN -1 |
Typedefs | |
typedef int64_t | int64 |
typedef signed char | schar |
typedef unsigned char | uchar |
typedef uint32_t | uint |
typedef uint64_t | uint64 |
typedef unsigned short | ushort |