OpenCV
3.0.0-dev
Open Source Computer Vision
|
#include <cstddef>
#include <stdint.h>
Namespaces | |
cv | |
cv::hal | |
cv::hal::Error | |
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_NI 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 |
Enumerations | |
enum | { cv::hal::CMP_EQ = 0, cv::hal::CMP_GT = 1, cv::hal::CMP_GE = 2, cv::hal::CMP_LT = 3, cv::hal::CMP_LE = 4, cv::hal::CMP_NE = 5 } |
enum | { cv::hal::Error::Ok = 0, cv::hal::Error::NotImplemented = 1, cv::hal::Error::Unknown = -1 } |
#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_NI 1 |
#define CV_HAL_ERROR_OK 0 |
#define CV_HAL_ERROR_UNKNOWN -1 |
typedef int64_t int64 |
typedef signed char schar |
typedef unsigned char uchar |
typedef uint32_t uint |
typedef uint64_t uint64 |
typedef unsigned short ushort |