|  | OpenCV
    3.4.9
    Open Source Computer Vision | 
#include <cmath>#include <float.h>#include <stdlib.h>#include "opencv2/core/cvdef.h"#include "opencv2/core/hal/intrin_cpp.hpp"| Classes | |
| struct | cv::V_TypeTraits< _Tp > | 
| struct | cv::V_TypeTraits< double > | 
| struct | cv::V_TypeTraits< float > | 
| struct | cv::V_TypeTraits< int64 > | 
| struct | cv::V_TypeTraits< schar > | 
| struct | cv::V_TypeTraits< short > | 
| struct | cv::V_TypeTraits< uchar > | 
| struct | cv::V_TypeTraits< uint64 > | 
| struct | cv::V_TypeTraits< unsigned > | 
| struct | cv::V_TypeTraits< ushort > | 
| Namespaces | |
| cv | |
| cv::hal | |
| Macros | |
| #define | CV_INTRIN_DEF_TYPE_TRAITS(type, int_type_, uint_type_, abs_type_, w_type_, q_type_, sum_type_, nlanes128_) | 
| #define | CV_SIMD128_CPP 1 | 
| #define | OPENCV_HAL_1ST(a, b) (a) | 
| #define | OPENCV_HAL_ADD(a, b) ((a) + (b)) | 
| #define | OPENCV_HAL_AND(a, b) ((a) & (b)) | 
| #define | OPENCV_HAL_NOP(a) (a) | 
| Enumerations | |
| enum | cv::hal::StoreMode { cv::hal::STORE_UNALIGNED = 0, cv::hal::STORE_ALIGNED = 1, cv::hal::STORE_ALIGNED_NOCACHE = 2 } | 
| #define CV_INTRIN_DEF_TYPE_TRAITS | ( | type, | |
| int_type_, | |||
| uint_type_, | |||
| abs_type_, | |||
| w_type_, | |||
| q_type_, | |||
| sum_type_, | |||
| nlanes128_ | |||
| ) | 
| #define CV_SIMD128_CPP 1 | 
| #define OPENCV_HAL_1ST | ( | a, | |
| b | |||
| ) | (a) | 
| #define OPENCV_HAL_ADD | ( | a, | |
| b | |||
| ) | ((a) + (b)) | 
| #define OPENCV_HAL_AND | ( | a, | |
| b | |||
| ) | ((a) & (b)) | 
| #define OPENCV_HAL_NOP | ( | a | ) | (a) | 
 1.8.13
 1.8.13