Home
last modified time | relevance | path

Searched refs:KDTREE (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/ml/src/
Dknearest.cpp365 int getType() const { return ml::KNearest::KDTREE; } in getType()
448 if (val != BRUTE_FORCE && val != KDTREE) in setAlgorithmType()
476 algorithmType = KDTREE; in read()
504 if (algorithmType != KDTREE) in initImpl()
/external/opencv3/modules/flann/include/opencv2/flann/
Ddefines.h95 KDTREE = 1, enumerator
/external/opencv3/modules/java/src/
Dml+KNearest.java18 KDTREE = 2; field in KNearest
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp461 KDTREE=2 enumerator
/external/opencv3/modules/ml/test/
Dtest_emknearestkmeans.cpp334 knearestKdt->setAlgorithmType(KNearest::KDTREE); in run()