|
mexopencv
3.4.1
MEX interface for OpenCV library
|
Classes | |
| class | MatlabMaskGenerator |
| Represents a custom mask generator implemented as a MATLAB function. More... | |
Variables | |
| int | last_id = 0 |
| Last object id to allocate. More... | |
| map< int, Ptr< CascadeClassifier > > | obj_ |
| Object container. More... | |
| const ConstMap< int, string > | FeatureTypeMap |
| feature types for option processing More... | |
feature types for option processing
Definition at line 21 of file CascadeClassifier_.cpp.
| int anonymous_namespace{CascadeClassifier_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 16 of file CascadeClassifier_.cpp.
| map<int,Ptr<CascadeClassifier> > anonymous_namespace{CascadeClassifier_.cpp}::obj_ |
Object container.
Definition at line 18 of file CascadeClassifier_.cpp.
1.8.14