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

#include <opencv2/cudev/util/vec_traits.hpp>

Public Types

enum  { cn =3 }
 
typedef short elem_type
 

Static Public Member Functions

__host__ __device__ static
__forceinline__ short3 
all (short v)
 
__host__ __device__ static
__forceinline__ short3 
make (const short *v)
 
__host__ __device__ static
__forceinline__ short3 
make (short x, short y, short z)
 

Member Typedef Documentation

typedef short cv::cudev::VecTraits< short3 >::elem_type

Member Enumeration Documentation

anonymous enum
Enumerator
cn 

Member Function Documentation

__host__ __device__ static __forceinline__ short3 cv::cudev::VecTraits< short3 >::all ( short  v)
inlinestatic
__host__ __device__ static __forceinline__ short3 cv::cudev::VecTraits< short3 >::make ( const short *  v)
inlinestatic
__host__ __device__ static __forceinline__ short3 cv::cudev::VecTraits< short3 >::make ( short  x,
short  y,
short  z 
)
inlinestatic

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