Home
last modified time | relevance | path

Searched refs:BRUTE_FORCE (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
Dknearest.cpp141 int getType() const { return ml::KNearest::BRUTE_FORCE; } in getType()
448 if (val != BRUTE_FORCE && val != KDTREE) in setAlgorithmType()
449 val = BRUTE_FORCE; in setAlgorithmType()
456 initImpl(BRUTE_FORCE); in KNearestImpl()
474 int algorithmType = BRUTE_FORCE; in read()
/external/opencv3/modules/java/src/
Dml+KNearest.java17 BRUTE_FORCE = 1, field in KNearest
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp460 BRUTE_FORCE=1, enumerator