Public Types | Static Public Member Functions
cv::gpu::device::VecTraits< char8 > Struct Template Reference

#include <vec_traits.hpp>

List of all members.

Public Types

enum  { cn = 8 }
typedef schar elem_type

Static Public Member Functions

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

template<>
struct cv::gpu::device::VecTraits< char8 >


Member Typedef Documentation

typedef schar cv::gpu::device::VecTraits< char8 >::elem_type

Member Enumeration Documentation

anonymous enum
Enumerator:
cn 

Member Function Documentation

static __device__ __host__ __forceinline__ char8 cv::gpu::device::VecTraits< char8 >::all ( schar  v) [static]
static __device__ __host__ __forceinline__ char8 cv::gpu::device::VecTraits< char8 >::make ( schar  a0,
schar  a1,
schar  a2,
schar  a3,
schar  a4,
schar  a5,
schar  a6,
schar  a7 
) [static]
static __device__ __host__ __forceinline__ char8 cv::gpu::device::VecTraits< char8 >::make ( const schar v) [static]

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