template struct cv::Accumulator<unsigned char>

#include <features2d.hpp>

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

    typedef float Type;
};