mexopencv
3.4.1
MEX interface for OpenCV library
|
Option arguments parser used by constructor and open method. More...
Public Member Functions | |
OptionsParser (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) | |
Parse input arguments. More... | |
Public Attributes | |
int | apiPreference |
API preference. More... | |
int | fourcc |
4-character code of codec used to compress the frames. More... | |
double | fps |
Framerate of the created video stream. More... | |
bool | isColor |
Flag to indicate whether to expect color or grayscale frames. More... | |
Option arguments parser used by constructor and open method.
Definition at line 64 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 79 of file VideoWriter_.cpp.
int anonymous_namespace{VideoWriter_.cpp}::OptionsParser::apiPreference |
API preference.
Definition at line 67 of file VideoWriter_.cpp.
int anonymous_namespace{VideoWriter_.cpp}::OptionsParser::fourcc |
4-character code of codec used to compress the frames.
Definition at line 69 of file VideoWriter_.cpp.
double anonymous_namespace{VideoWriter_.cpp}::OptionsParser::fps |
Framerate of the created video stream.
Definition at line 71 of file VideoWriter_.cpp.
bool anonymous_namespace{VideoWriter_.cpp}::OptionsParser::isColor |
Flag to indicate whether to expect color or grayscale frames.
Definition at line 73 of file VideoWriter_.cpp.