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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< SuperpixelSLIC > > obj_
 Object container. More...
 
const ConstMap< string, int > SLICAlgorithmMap
 Option values for SLIC algorithms. More...
 

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file SuperpixelSLIC_.cpp.

◆ obj_

map<int,Ptr<SuperpixelSLIC> > anonymous_namespace{SuperpixelSLIC_.cpp}::obj_

Object container.

Definition at line 19 of file SuperpixelSLIC_.cpp.

◆ SLICAlgorithmMap

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

Option values for SLIC algorithms.

Definition at line 22 of file SuperpixelSLIC_.cpp.