mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
Ptr< StereoBM > | create_StereoBM (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of StereoBM using options in arguments. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< StereoBM > > | obj_ |
Object container. More... | |
const ConstMap< string, int > | PreFilerTypeMap |
Option values for StereoBM PreFilterType. More... | |
const ConstMap< int, string > | InvPreFilerTypeMap |
Ptr<StereoBM> anonymous_namespace{StereoBM_.cpp}::create_StereoBM | ( | vector< MxArray >::const_iterator | first, |
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of StereoBM 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 33 of file StereoBM_.cpp.
Definition at line 24 of file StereoBM_.cpp.
int anonymous_namespace{StereoBM_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 16 of file StereoBM_.cpp.
Object container.
Definition at line 18 of file StereoBM_.cpp.
Option values for StereoBM PreFilterType.
Definition at line 21 of file StereoBM_.cpp.