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