opencv/modules/matlab/generator/templates/template_map_base.m

8 lines
145 B
Matlab

classdef cv
properties (Constant = true)
{% for key, val in constants.items() %}
{{key}} = {{val}};
{% endfor %}
end
end