mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{Boost_.cpp} Namespace Reference

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< Boost > > obj_
 Object container. More...
 
const ConstMap< string, int > BoostType
 Option values for Boost types. More...
 
const ConstMap< int, stringInvBoostType
 Option values for Inverse boost types. More...
 

Variable Documentation

◆ BoostType

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

Option values for Boost types.

Definition at line 23 of file Boost_.cpp.

◆ InvBoostType

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

Option values for Inverse boost types.

Definition at line 30 of file Boost_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 18 of file Boost_.cpp.

◆ obj_

map<int,Ptr<Boost> > anonymous_namespace{Boost_.cpp}::obj_

Object container.

Definition at line 20 of file Boost_.cpp.