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

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

Public Types

enum  { nlanes128 = 8 }
 
typedef ushort abs_type
 
typedef short int_type
 
typedef int64 q_type
 
typedef int sum_type
 
typedef ushort uint_type
 
typedef short value_type
 
typedef int w_type
 

Static Public Member Functions

static short reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (short x)
 

Member Typedef Documentation

◆ abs_type

typedef ushort cv::V_TypeTraits< short >::abs_type

◆ int_type

typedef short cv::V_TypeTraits< short >::int_type

◆ q_type

typedef int64 cv::V_TypeTraits< short >::q_type

◆ sum_type

typedef int cv::V_TypeTraits< short >::sum_type

◆ uint_type

typedef ushort cv::V_TypeTraits< short >::uint_type

◆ value_type

typedef short cv::V_TypeTraits< short >::value_type

◆ w_type

typedef int cv::V_TypeTraits< short >::w_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
nlanes128 

Member Function Documentation

◆ reinterpret_from_int()

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

◆ reinterpret_int()

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

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