|
mexopencv
3.4.1
MEX interface for OpenCV library
|
mex interface for cv::dnn::Net More...
Go to the source code of this file.
Namespaces | |
| anonymous_namespace{Net_.cpp} | |
Variables | |
| int | anonymous_namespace{Net_.cpp}::last_id = 0 |
| Last object id to allocate. More... | |
| map< int, Ptr< Net > > | anonymous_namespace{Net_.cpp}::obj_ |
| Object container. More... | |
| const ConstMap< string, int > | anonymous_namespace{Net_.cpp}::BackendsMap |
| Computation backends for option processing. More... | |
| const ConstMap< string, int > | anonymous_namespace{Net_.cpp}::TargetsMap |
| Computation target devices for option processing. More... | |
| const ConstMap< int, string > | anonymous_namespace{Net_.cpp}::TargetsInvMap |
| Computation target devices for option processing. More... | |
Main entry called from Matlab.
mexFunction is the user-defined C routine that is called upon invocation of a MEX-function.
| nlhs | number of left-hand-side arguments |
| plhs | pointers to mxArrays in the left-hand-side |
| nrhs | number of right-hand-side arguments |
| prhs | pointers to mxArrays in the right-hand-side |
1.8.14