OpenCV  3.4.8
Open Source Computer Vision
Public Types | Static Public Member Functions | List of all members
cv::V_TypeTraits< unsigned > Struct Template Reference

#include <opencv2/core/hal/intrin.hpp>

Public Types

enum  { nlanes128 = 4 }
 
typedef unsigned abs_type
 
typedef int int_type
 
typedef void q_type
 
typedef unsigned sum_type
 
typedef unsigned uint_type
 
typedef unsigned value_type
 
typedef uint64 w_type
 

Static Public Member Functions

static unsigned reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (unsigned x)
 

Member Typedef Documentation

§ abs_type

typedef unsigned cv::V_TypeTraits< unsigned >::abs_type

§ int_type

typedef int cv::V_TypeTraits< unsigned >::int_type

§ q_type

typedef void cv::V_TypeTraits< unsigned >::q_type

§ sum_type

typedef unsigned cv::V_TypeTraits< unsigned >::sum_type

§ uint_type

typedef unsigned cv::V_TypeTraits< unsigned >::uint_type

§ value_type

typedef unsigned cv::V_TypeTraits< unsigned >::value_type

§ w_type

typedef uint64 cv::V_TypeTraits< unsigned >::w_type

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
nlanes128 

Member Function Documentation

§ reinterpret_from_int()

static unsigned cv::V_TypeTraits< unsigned >::reinterpret_from_int ( int_type  x)
inlinestatic

§ reinterpret_int()

static int_type cv::V_TypeTraits< unsigned >::reinterpret_int ( unsigned  x)
inlinestatic

The documentation for this struct was generated from the following file: