OpenCV  3.1.0
Open Source Computer Vision
Public Types | Static Public Member Functions | List of all members
cv::cudev::VecTraits< uchar2 > Struct Template Reference

#include "vec_traits.hpp"

Public Types

enum  { cn =2 }
 
typedef uchar elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ uchar2 all (uchar v)
 
__host__ __device__ static __forceinline__ uchar2 make (const uchar *v)
 
__host__ __device__ static __forceinline__ uchar2 make (uchar x, uchar y)
 

Member Typedef Documentation

typedef uchar cv::cudev::VecTraits< uchar2 >::elem_type

Member Function Documentation

__host__ __device__ static __forceinline__ uchar2 cv::cudev::VecTraits< uchar2 >::all ( uchar  v)
inlinestatic
__host__ __device__ static __forceinline__ uchar2 cv::cudev::VecTraits< uchar2 >::make ( const uchar v)
inlinestatic
__host__ __device__ static __forceinline__ uchar2 cv::cudev::VecTraits< uchar2 >::make ( uchar  x,
uchar  y 
)
inlinestatic

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