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

Enumerations

enum  { HFS_BACKEND_CPU, HFS_BACKEND_GPU }
 backends for option processing More...
 

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< HfsSegment > > obj_
 Object container. More...
 
const ConstMap< string, int > BackendsMap
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

backends for option processing

Enumerator
HFS_BACKEND_CPU 
HFS_BACKEND_GPU 

Definition at line 22 of file HfsSegment_.cpp.

Variable Documentation

◆ BackendsMap

const ConstMap<string, int> anonymous_namespace{HfsSegment_.cpp}::BackendsMap
Initial value:

Definition at line 23 of file HfsSegment_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 17 of file HfsSegment_.cpp.

◆ obj_

map<int,Ptr<HfsSegment> > anonymous_namespace{HfsSegment_.cpp}::obj_

Object container.

Definition at line 19 of file HfsSegment_.cpp.