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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< DISOpticalFlow > > obj_
 Object container. More...
 
const ConstMap< string, int > DISPresetMap
 DIS preset types. More...
 

Variable Documentation

◆ DISPresetMap

const ConstMap<string,int> anonymous_namespace{DISOpticalFlow_.cpp}::DISPresetMap
Initial value:

DIS preset types.

Definition at line 22 of file DISOpticalFlow_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file DISOpticalFlow_.cpp.

◆ obj_

map<int,Ptr<DISOpticalFlow> > anonymous_namespace{DISOpticalFlow_.cpp}::obj_

Object container.

Definition at line 19 of file DISOpticalFlow_.cpp.