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