mexopencv
3.4.1
MEX interface for OpenCV library
|
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... | |
int anonymous_namespace{ConjGradSolver_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 15 of file ConjGradSolver_.cpp.
map<int,Ptr<ConjGradSolver> > anonymous_namespace{ConjGradSolver_.cpp}::obj_ |
Object container.
Definition at line 17 of file ConjGradSolver_.cpp.