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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< BackgroundSubtractorGSOC > > obj_
 Object container. More...
 
const ConstMap< string, int > MotionCompensationsMap
 motion compensation types for option processing More...
 

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file BackgroundSubtractorGSOC_.cpp.

◆ MotionCompensationsMap

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

motion compensation types for option processing

Definition at line 22 of file BackgroundSubtractorGSOC_.cpp.

◆ obj_

map<int,Ptr<BackgroundSubtractorGSOC> > anonymous_namespace{BackgroundSubtractorGSOC_.cpp}::obj_

Object container.

Definition at line 19 of file BackgroundSubtractorGSOC_.cpp.