mexopencv  3.4.1
MEX interface for OpenCV library
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{VideoWriter_.cpp}::ImwriteOptionsParser Struct Reference

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...
 

Detailed Description

Option arguments parser for imwrite options used by set method.

Definition at line 112 of file VideoWriter_.cpp.

Constructor & Destructor Documentation

◆ ImwriteOptionsParser()

anonymous_namespace{VideoWriter_.cpp}::ImwriteOptionsParser::ImwriteOptionsParser ( vector< MxArray >::const_iterator  first,
vector< MxArray >::const_iterator  last 
)
inline

Parse input arguments.

Parameters
firstiterator at the beginning of the arguments vector.
lastiterator at the end of the arguments vector.

Definition at line 121 of file VideoWriter_.cpp.

Member Data Documentation

◆ params

vector<int> anonymous_namespace{VideoWriter_.cpp}::ImwriteOptionsParser::params

vector of parameters as key/value pairs

Definition at line 115 of file VideoWriter_.cpp.


The documentation for this struct was generated from the following file: