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