OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
cv::V_TypeTraits< uchar > Struct Template Reference

#include "intrin.hpp"

Public Types

enum  {
  delta = 128,
  shift = 8
}
 
typedef uchar abs_type
 
typedef schar int_type
 
typedef int sum_type
 
typedef uchar uint_type
 
typedef uchar value_type
 
typedef ushort w_type
 

Static Public Member Functions

static value_type reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (value_type x)
 
static uint_type reinterpret_uint (value_type x)
 

Member Typedef Documentation

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

Member Enumeration Documentation

anonymous enum
Enumerator
delta 
shift 

Member Function Documentation

static value_type cv::V_TypeTraits< uchar >::reinterpret_from_int ( int_type  x)
inlinestatic
static int_type cv::V_TypeTraits< uchar >::reinterpret_int ( value_type  x)
inlinestatic
static uint_type cv::V_TypeTraits< uchar >::reinterpret_uint ( value_type  x)
inlinestatic

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