template struct cv::cudev::VecTraits<float>
#include <vec_traits.hpp> template <> struct VecTraits<float> { // typedefs typedef float elem_type; // enums enum { cn =1, }; // methods static __host__ __device__ static __forceinline__ float all(float v); static __host__ __device__ static __forceinline__ float make(const float* v); static __host__ __device__ static __forceinline__ float make(float x); };