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

Functions

Ptr< MergeMertenscreate_MergeMertens (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last)
 Create an instance of MergeMertens using options in arguments. More...
 

Variables

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

Function Documentation

◆ create_MergeMertens()

Ptr<MergeMertens> anonymous_namespace{MergeMertens_.cpp}::create_MergeMertens ( vector< MxArray >::const_iterator  first,
vector< MxArray >::const_iterator  last 
)

Create an instance of MergeMertens using options in arguments.

Parameters
firstiterator at the beginning of the vector range
lastiterator at the end of the vector range
Returns
smart pointer to created MergeMertens

Definition at line 25 of file MergeMertens_.cpp.

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 16 of file MergeMertens_.cpp.

◆ obj_

map<int,Ptr<MergeMertens> > anonymous_namespace{MergeMertens_.cpp}::obj_

Object container.

Definition at line 18 of file MergeMertens_.cpp.