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