template struct cv::Accumulator<char>

#include <features2d.hpp>

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

    typedef float Type;
};