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

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

Public Types

enum  { cn =3 }
 
typedef float elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

◆ elem_type

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

◆ all()

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

◆ make() [1/2]

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

◆ make() [2/2]

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

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