mexopencv
3.4.1
MEX interface for OpenCV library
|
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, string > | InvANN_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, string > | InvActivateFunc |
Inverse option values for ANN_MLP activation function. More... | |
Option values for ANN_MLP activation function.
Definition at line 35 of file ANN_MLP_.cpp.
Option values for ANN_MLP train types.
Definition at line 23 of file ANN_MLP_.cpp.
Inverse option values for ANN_MLP activation function.
Definition at line 43 of file ANN_MLP_.cpp.
Inverse option values for ANN_MLP train types.
Definition at line 29 of file ANN_MLP_.cpp.
int anonymous_namespace{ANN_MLP_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 18 of file ANN_MLP_.cpp.
Object container.
Definition at line 20 of file ANN_MLP_.cpp.