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

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< ANN_MLP > > obj_
 Object container. More...
 
const ConstMap< string, int > ANN_MLPTrain
 Option values for ANN_MLP train types. More...
 
const ConstMap< int, stringInvANN_MLPTrain
 Inverse option values for ANN_MLP train types. More...
 
const ConstMap< string, int > ActivateFunc
 Option values for ANN_MLP activation function. More...
 
const ConstMap< int, stringInvActivateFunc
 Inverse option values for ANN_MLP activation function. More...
 

Variable Documentation

◆ ActivateFunc

const ConstMap<string,int> anonymous_namespace{ANN_MLP_.cpp}::ActivateFunc
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for ANN_MLP activation function.

Definition at line 35 of file ANN_MLP_.cpp.

◆ ANN_MLPTrain

const ConstMap<string,int> anonymous_namespace{ANN_MLP_.cpp}::ANN_MLPTrain
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for ANN_MLP train types.

Definition at line 23 of file ANN_MLP_.cpp.

◆ InvActivateFunc

const ConstMap<int,string> anonymous_namespace{ANN_MLP_.cpp}::InvActivateFunc
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Inverse option values for ANN_MLP activation function.

Definition at line 43 of file ANN_MLP_.cpp.

◆ InvANN_MLPTrain

const ConstMap<int,string> anonymous_namespace{ANN_MLP_.cpp}::InvANN_MLPTrain
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Inverse option values for ANN_MLP train types.

Definition at line 29 of file ANN_MLP_.cpp.

◆ last_id

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

Last object id to allocate.

Definition at line 18 of file ANN_MLP_.cpp.

◆ obj_

map<int,Ptr<ANN_MLP> > anonymous_namespace{ANN_MLP_.cpp}::obj_

Object container.

Definition at line 20 of file ANN_MLP_.cpp.