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

#include <vec_traits.hpp>

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

    typedef float3 type;
};