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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< Timelapser > > obj_
 Object container. More...
 
const ConstMap< std::string, int > TimelapserTypesMap
 time lapser types More...
 

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 19 of file Timelapser_.cpp.

◆ obj_

map<int,Ptr<Timelapser> > anonymous_namespace{Timelapser_.cpp}::obj_

Object container.

Definition at line 21 of file Timelapser_.cpp.

◆ TimelapserTypesMap

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

time lapser types

Definition at line 24 of file Timelapser_.cpp.