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

#include "vec_traits.hpp"

Public Types

enum  { cn =1 }
 
typedef float elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ float1 all (float v)
 
__host__ __device__ static __forceinline__ float1 make (const float *v)
 
__host__ __device__ static __forceinline__ float1 make (float x)
 

Member Typedef Documentation

§ elem_type

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

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

§ all()

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

§ make() [1/2]

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

§ make() [2/2]

__host__ __device__ static __forceinline__ float1 cv::cudev::VecTraits< float1 >::make ( float  x)
static

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