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