template struct cv::cudev::MakeVec<uint, 3>

#include <vec_traits.hpp>

template <>
struct MakeVec<uint, 3>
{
    // typedefs

    typedef uint3 type;
};