OpenCV  3.1.0
Open Source Computer Vision
Macros | Typedefs

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
 

Detailed Description

Macro Definition Documentation

◆ CV_BIG_INT

#define CV_BIG_INT (   n)    n##LL

◆ CV_BIG_UINT

#define CV_BIG_UINT (   n)    n##ULL

◆ CV_HAL_CMP_EQ

#define CV_HAL_CMP_EQ   0

◆ CV_HAL_CMP_GE

#define CV_HAL_CMP_GE   2

◆ CV_HAL_CMP_GT

#define CV_HAL_CMP_GT   1

◆ CV_HAL_CMP_LE

#define CV_HAL_CMP_LE   4

◆ CV_HAL_CMP_LT

#define CV_HAL_CMP_LT   3

◆ CV_HAL_CMP_NE

#define CV_HAL_CMP_NE   5

◆ CV_HAL_ERROR_NOT_IMPLEMENTED

#define CV_HAL_ERROR_NOT_IMPLEMENTED   1

◆ CV_HAL_ERROR_OK

#define CV_HAL_ERROR_OK   0

◆ CV_HAL_ERROR_UNKNOWN

#define CV_HAL_ERROR_UNKNOWN   -1

Typedef Documentation

◆ int64

typedef int64_t int64
Examples:
houghlines.cpp.

◆ schar

typedef signed char schar

◆ uchar

typedef unsigned char uchar
Examples:
distrans.cpp.

◆ uint

typedef uint32_t uint

◆ uint64

typedef uint64_t uint64

◆ ushort

typedef unsigned short ushort