mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{PCA_.cpp} Namespace Reference

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< PCA > > obj_
 Object container. More...
 
const ConstMap< std::string, int > DataAs
 Data arrangement options. More...
 

Variable Documentation

◆ DataAs

const ConstMap<std::string,int> anonymous_namespace{PCA_.cpp}::DataAs
Initial value:
("Row", PCA::DATA_AS_ROW)
("Col", PCA::DATA_AS_COL)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Data arrangement options.

Definition at line 20 of file PCA_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 15 of file PCA_.cpp.

◆ obj_

map<int,Ptr<PCA> > anonymous_namespace{PCA_.cpp}::obj_

Object container.

Definition at line 17 of file PCA_.cpp.