mexopencv
3.4.1
MEX interface for OpenCV library
|
Option arguments parser for imwrite options used by set method. More...
Public Member Functions | |
ImwriteOptionsParser (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | |
Parse input arguments. More... | |
Public Attributes | |
vector< int > | params |
vector of parameters as key/value pairs More... | |
Option arguments parser for imwrite options used by set method.
Definition at line 112 of file VideoWriter_.cpp.
|
inline |
Parse input arguments.
first | iterator at the beginning of the arguments vector. |
last | iterator at the end of the arguments vector. |
Definition at line 121 of file VideoWriter_.cpp.
vector<int> anonymous_namespace{VideoWriter_.cpp}::ImwriteOptionsParser::params |
vector of parameters as key/value pairs
Definition at line 115 of file VideoWriter_.cpp.