Home
last modified time | relevance | path

Searched defs:MakeVec (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_traits.hpp76 template<> struct MakeVec<schar, 1> { typedef schar type; }; struct
77 template<> struct MakeVec<schar, 2> { typedef char2 type; }; struct
78 template<> struct MakeVec<schar, 3> { typedef char3 type; }; argument
79 template<> struct MakeVec<schar, 4> { typedef char4 type; }; argument
81 template<> struct MakeVec<bool, 1> { typedef uchar type; }; struct
82 template<> struct MakeVec<bool, 2> { typedef uchar2 type; }; struct
83 template<> struct MakeVec<bool, 3> { typedef uchar3 type; }; struct
84 template<> struct MakeVec<bool, 4> { typedef uchar4 type; }; argument