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

Classes

class  MatlabRFFeatureGetter
 Custom feature extractor class implemented as a MATLAB function. More...
 

Variables

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

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file StructuredEdgeDetection_.cpp.

◆ obj_

map<int,Ptr<StructuredEdgeDetection> > anonymous_namespace{StructuredEdgeDetection_.cpp}::obj_

Object container.

Definition at line 19 of file StructuredEdgeDetection_.cpp.