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

#include "vec_traits.hpp"

Public Types

enum  { cn =4 }
 
typedef uchar elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ uchar4 all (uchar v)
 
__host__ __device__ static __forceinline__ uchar4 make (const uchar *v)
 
__host__ __device__ static __forceinline__ uchar4 make (uchar x, uchar y, uchar z, uchar w)
 

Member Typedef Documentation

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

Member Function Documentation

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

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