HomeSort by relevance Sort by last modified time
    Searched refs:KDTREE (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
defines.h 95 KDTREE = 1,
  /external/opencv3/modules/java/src/
ml+KNearest.java 18 KDTREE = 2;
  /external/opencv3/modules/ml/src/
knearest.cpp 44 #include "kdtree.hpp"
365 int getType() const { return ml::KNearest::KDTREE; }
430 KDTree tr;
448 if (val != BRUTE_FORCE && val != KDTREE)
476 algorithmType = KDTREE;
504 if (algorithmType != KDTREE)
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 413 /** Parameter for KDTree implementation. */
461 KDTREE=2
    [all...]
  /external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp 332 // KNearest KDTree implementation
334 knearestKdt->setAlgorithmType(KNearest::KDTREE);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 100 milliseconds