OpenCV  4.5.5
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

◆ elem_type

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

◆ all()

__host__ __device__ static __forceinline__ short3 cv::cudev::VecTraits< short3 >::all ( short  v)
inlinestatic

◆ make() [1/2]

__host__ __device__ static __forceinline__ short3 cv::cudev::VecTraits< short3 >::make ( const short *  v)
inlinestatic

◆ make() [2/2]

__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: