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

#include "vec_traits.hpp"

Public Types

enum  { cn =4 }
 
typedef ushort elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

typedef ushort cv::cudev::VecTraits< ushort4 >::elem_type

Member Function Documentation

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

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