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