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

#include "vec_traits.hpp"

Public Types

enum  { cn =1 }
 
typedef float elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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