mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{KNearest_.cpp} Namespace Reference

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::stringInvKNNAlgType
 Option values for inverse KNearest algorithm type. More...
 

Variable Documentation

◆ InvKNNAlgType

const ConstMap<int, std::string> anonymous_namespace{KNearest_.cpp}::InvKNNAlgType
Initial value:
(KNearest::BRUTE_FORCE, "BruteForce")
(KNearest::KDTREE, "KDTree")
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for inverse KNearest algorithm type.

Definition at line 28 of file KNearest_.cpp.

◆ KNNAlgType

const ConstMap<std::string, int> anonymous_namespace{KNearest_.cpp}::KNNAlgType
Initial value:
("BruteForce", KNearest::BRUTE_FORCE)
("KDTree", KNearest::KDTREE)
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for KNearest algorithm type.

Definition at line 23 of file KNearest_.cpp.

◆ last_id

int anonymous_namespace{KNearest_.cpp}::last_id = 0

Last object id to allocate.

Definition at line 18 of file KNearest_.cpp.

◆ obj_

map<int,Ptr<KNearest> > anonymous_namespace{KNearest_.cpp}::obj_

Object container.

Definition at line 20 of file KNearest_.cpp.