mexopencv
3.4.1
MEX interface for OpenCV library
|
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< KNearest > > | obj_ |
Object container. More... | |
const ConstMap< std::string, int > | KNNAlgType |
Option values for KNearest algorithm type. More... | |
const ConstMap< int, std::string > | InvKNNAlgType |
Option values for inverse KNearest algorithm type. More... | |
const ConstMap<int, std::string> anonymous_namespace{KNearest_.cpp}::InvKNNAlgType |
Option values for inverse KNearest algorithm type.
Definition at line 28 of file KNearest_.cpp.
const ConstMap<std::string, int> anonymous_namespace{KNearest_.cpp}::KNNAlgType |
Option values for KNearest algorithm type.
Definition at line 23 of file KNearest_.cpp.
int anonymous_namespace{KNearest_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 18 of file KNearest_.cpp.
Object container.
Definition at line 20 of file KNearest_.cpp.