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

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

Public Types

enum  { cn =3 }
 
typedef ushort elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

§ elem_type

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

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

§ all()

__host__ __device__ static __forceinline__ ushort3 cv::cudev::VecTraits< ushort3 >::all ( ushort  v)
inlinestatic

§ make() [1/2]

__host__ __device__ static __forceinline__ ushort3 cv::cudev::VecTraits< ushort3 >::make ( const ushort v)
inlinestatic

§ make() [2/2]

__host__ __device__ static __forceinline__ ushort3 cv::cudev::VecTraits< ushort3 >::make ( ushort  x,
ushort  y,
ushort  z 
)
inlinestatic

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