template struct cv::Accumulator

#include <features2d.hpp>

template <typename T>
struct Accumulator
{
    // typedefs

    typedef T Type;
};