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