MakeVec            61 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 1> { typedef elem_type      type; }; \
MakeVec            62 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 2> { typedef elem_type ## 2 type; }; \
MakeVec            63 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 3> { typedef elem_type ## 3 type; }; \
MakeVec            64 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     template<> struct MakeVec<elem_type, 4> { typedef elem_type ## 4 type; };
MakeVec            77 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<schar, 2> { typedef char2 type; };
MakeVec            78 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<schar, 3> { typedef char3 type; };
MakeVec            79 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<schar, 4> { typedef char4 type; };
MakeVec            81 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<bool, 1> { typedef uchar  type; };
MakeVec            82 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<bool, 2> { typedef uchar2 type; };
MakeVec            83 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<bool, 3> { typedef uchar3 type; };
MakeVec            84 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct MakeVec<bool, 4> { typedef uchar4 type; };