mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
Ptr< StereoSGBM > | create_StereoSGBM (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of StereoSGBM using options in arguments. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< StereoSGBM > > | obj_ |
Object container. More... | |
const ConstMap< string, int > | SGBMModeMap |
Option values for StereoSGBM mode. More... | |
const ConstMap< int, string > | InvSGBMModeMap |
Ptr<StereoSGBM> anonymous_namespace{StereoSGBM_.cpp}::create_StereoSGBM | ( | vector< MxArray >::const_iterator | first, |
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of StereoSGBM using options in arguments.
first | iterator at the beginning of the vector range |
last | iterator at the end of the vector range |
Definition at line 37 of file StereoSGBM_.cpp.
Definition at line 26 of file StereoSGBM_.cpp.
int anonymous_namespace{StereoSGBM_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 16 of file StereoSGBM_.cpp.
map<int,Ptr<StereoSGBM> > anonymous_namespace{StereoSGBM_.cpp}::obj_ |
Object container.
Definition at line 18 of file StereoSGBM_.cpp.
Option values for StereoSGBM mode.
Definition at line 21 of file StereoSGBM_.cpp.