OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::VecTraits< short4 > Struct Reference

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

Collaboration diagram for cv::cudev::VecTraits< short4 >:

Public Types

enum  { cn =4 }
 
typedef short elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

◆ elem_type

short cv::cudev::VecTraits< short4 >::elem_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

◆ all()

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

◆ make() [1/2]

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

◆ make() [2/2]

__host__ __device__ static __forceinline__ short4 cv::cudev::VecTraits< short4 >::make ( short x,
short y,
short z,
short w )
inlinestatic

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