template struct cv::Accumulator<unsigned short>

#include <features2d.hpp>

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

    typedef float Type;
};