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

Classes

class  MatlabFunction
 Represents objective function being optimized, implemented as a MATLAB file. More...
 

Variables

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

Variable Documentation

◆ last_id

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

Last object id to allocate.

Definition at line 15 of file ConjGradSolver_.cpp.

◆ obj_

map<int,Ptr<ConjGradSolver> > anonymous_namespace{ConjGradSolver_.cpp}::obj_

Object container.

Definition at line 17 of file ConjGradSolver_.cpp.