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

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

Public Types

enum  { cn =4 }
 
typedef float elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

◆ elem_type

typedef float cv::cudev::VecTraits< float4 >::elem_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

◆ all()

__host__ __device__ static __forceinline__ float4 cv::cudev::VecTraits< float4 >::all ( float  v)
inlinestatic

◆ make() [1/2]

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

◆ make() [2/2]

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

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