template struct cv::ParamType<uchar>

#include <core.hpp>

template <>
struct ParamType<uchar>
{
    // typedefs

    typedef uchar const_param_type;
    typedef uchar member_type;

    // enums

    enum
    {
        type = Param::UCHAR,
    };
};