template struct cv::Accumulator<short>

#include <features2d.hpp>

template <>
struct Accumulator<short>
{
    // typedefs

    typedef float Type;
};