mexopencv
3.4.1
MEX interface for OpenCV library
|
Classes | |
struct | ImwriteOptionsParser |
Option arguments parser for imwrite options used by set method. More... | |
struct | OptionsParser |
Option arguments parser used by constructor and open method. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< VideoWriter > > | obj_ |
Object container. More... | |
const ConstMap< string, int > | ApiPreferenceMap |
API backends map for option processing. More... | |
const ConstMap< string, int > | VidWriterProp |
Capture Property map for option processing. More... | |
const ConstMap< string, int > | PngStrategyMap |
PNG encoding strategies for option processing. More... | |
const ConstMap< string, int > | ExrTypeMap |
EXR storage types for option processing. More... | |
const ConstMap< string, int > | PamFormatMap |
PAM tuple types for option processing. More... | |
API backends map for option processing.
Definition at line 21 of file VideoWriter_.cpp.
EXR storage types for option processing.
Definition at line 49 of file VideoWriter_.cpp.
int anonymous_namespace{VideoWriter_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 16 of file VideoWriter_.cpp.
map<int,Ptr<VideoWriter> > anonymous_namespace{VideoWriter_.cpp}::obj_ |
Object container.
Definition at line 18 of file VideoWriter_.cpp.
PAM tuple types for option processing.
Definition at line 55 of file VideoWriter_.cpp.
PNG encoding strategies for option processing.
Definition at line 41 of file VideoWriter_.cpp.
Capture Property map for option processing.
Definition at line 34 of file VideoWriter_.cpp.