mexopencv
3.4.1
MEX interface for OpenCV library
|
Classes | |
class | MatlabFunction |
Represents custom kernel implemented as a MATLAB function. More... | |
Functions | |
ParamGrid | toParamGrid (const MxArray &m) |
Obtain ParamGrid object from MxArray. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< SVM > > | obj_ |
Object container. More... | |
const ConstMap< string, int > | SVMType |
Option values for SVM types. More... | |
const ConstMap< int, string > | InvSVMType |
Option values for inverse SVM types. More... | |
const ConstMap< string, int > | SVMKernelType |
Option values for SVM Kernel types. More... | |
const ConstMap< int, string > | InvSVMKernelType |
Option values for inverse SVM Kernel types. More... | |
const ConstMap< string, int > | SVMParamType |
Option values for SVM params grid types. More... | |
Option values for inverse SVM Kernel types.
Option values for inverse SVM types.
int anonymous_namespace{SVM_.cpp}::last_id = 0 |
Option values for SVM Kernel types.
Option values for SVM params grid types.
Option values for SVM types.