struct cv::Param
template struct cv::ParamType<uint64>
#include <core.hpp> template <> struct ParamType<uchar> { // typedefs typedef uchar const_param_type; typedef uchar member_type; // enums enum { type = Param::UCHAR, }; };