Home
last modified time | relevance | path

Searched defs:maxChecks (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhierarchical_clustering_index.h550 int maxChecks = get_param(searchParams,"checks",32); in findNeighbors() local
746 …(NodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, int maxChecks, in findNN()
H A Dkmeans_index.h501 int maxChecks = get_param(searchParams,"checks",32); in findNeighbors() local
896 …sNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, int maxChecks, in findNN()
H A Dkdtree_index.h206 int maxChecks = get_param(searchParams,"checks", 32); in findNeighbors() local