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