template struct cv::cudev::Avg::rebind

#include <reduce_to_vec.hpp>

template <typename U>
struct rebind
{
    // typedefs

    typedef Avg<U> other;
};