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

#include <vec_traits.hpp>

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

    typedef float4 type;
};