mexopencv  3.4.1
MEX interface for OpenCV library
Functions | Variables
anonymous_namespace{StereoSGBM_.cpp} Namespace Reference

Functions

Ptr< StereoSGBMcreate_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, stringInvSGBMModeMap
 

Function Documentation

◆ create_StereoSGBM()

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.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to created StereoSGBM

Definition at line 37 of file StereoSGBM_.cpp.

Variable Documentation

◆ InvSGBMModeMap

const ConstMap<int, string> anonymous_namespace{StereoSGBM_.cpp}::InvSGBMModeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Definition at line 26 of file StereoSGBM_.cpp.

◆ last_id

int anonymous_namespace{StereoSGBM_.cpp}::last_id = 0

Last object id to allocate.

Definition at line 16 of file StereoSGBM_.cpp.

◆ obj_

map<int,Ptr<StereoSGBM> > anonymous_namespace{StereoSGBM_.cpp}::obj_

Object container.

Definition at line 18 of file StereoSGBM_.cpp.

◆ SGBMModeMap

const ConstMap<string, int> anonymous_namespace{StereoSGBM_.cpp}::SGBMModeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for StereoSGBM mode.

Definition at line 21 of file StereoSGBM_.cpp.