![]() |
OpenCV
4.1.0
Open Source Computer Vision
|
Macros | |
#define | CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type) |
#define | CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) |
#define | CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) |
#define | CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(op, input_type, output_type) |
#define | CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) |
#define | CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) |
#define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC | ( | func_name, | |
func, | |||
input_type, | |||
scalar_type, | |||
output_type | |||
) |
#define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP | ( | op, | |
input_type, | |||
scalar_type, | |||
output_type | |||
) |
#define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC | ( | func_name, | |
func, | |||
input_type, | |||
output_type | |||
) |
#define CV_CUDEV_IMPLEMENT_VEC_BINARY_OP | ( | op, | |
input_type, | |||
output_type | |||
) |
#define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC | ( | func_name, | |
func, | |||
input_type, | |||
output_type | |||
) |
#define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP | ( | op, | |
input_type, | |||
output_type | |||
) |