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

Functions

MxArray toMxArray (int64_t i)
 MxArray constructor from 64-bit integer. More...
 

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< TickMeter > > obj_
 Object container. More...
 

Function Documentation

◆ toMxArray()

MxArray anonymous_namespace{TickMeter_.cpp}::toMxArray ( int64_t  i)

MxArray constructor from 64-bit integer.

Parameters
iint value.
Returns
MxArray object, a scalar int64 array.

Definition at line 23 of file TickMeter_.cpp.

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 15 of file TickMeter_.cpp.

◆ obj_

map<int,Ptr<TickMeter> > anonymous_namespace{TickMeter_.cpp}::obj_

Object container.

Definition at line 17 of file TickMeter_.cpp.