OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::VecTraits< short8 > Struct Template Reference

#include <vec_traits.hpp>

Public Types

enum  { cn =8 }
 
typedef short elem_type
 

Static Public Member Functions

static __device__ __host__ __forceinline__ short8 all (short v)
 
static __device__ __host__ __forceinline__ short8 make (short a0, short a1, short a2, short a3, short a4, short a5, short a6, short a7)
 
static __device__ __host__ __forceinline__ short8 make (const short *v)
 

Member Typedef Documentation

§ elem_type

typedef short cv::gpu::device::VecTraits< short8 >::elem_type

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

§ all()

static __device__ __host__ __forceinline__ short8 cv::gpu::device::VecTraits< short8 >::all ( short  v)
inlinestatic

§ make() [1/2]

static __device__ __host__ __forceinline__ short8 cv::gpu::device::VecTraits< short8 >::make ( const short *  v)
inlinestatic

§ make() [2/2]

static __device__ __host__ __forceinline__ short8 cv::gpu::device::VecTraits< short8 >::make ( short  a0,
short  a1,
short  a2,
short  a3,
short  a4,
short  a5,
short  a6,
short  a7 
)
inlinestatic

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