mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
8 lines
145 B
Matlab
8 lines
145 B
Matlab
classdef cv
|
|
properties (Constant = true)
|
|
{% for key, val in constants.items() %}
|
|
{{key}} = {{val}};
|
|
{% endfor %}
|
|
end
|
|
end
|