template struct cv::ParamType<unsigned>
template struct cv::ParamType<std::vector<Mat>>
#include <core.hpp> template <> struct ParamType<String> { // typedefs typedef const String& const_param_type; typedef String member_type; // enums enum { type = Param::STRING, }; };