Searched defs:epsError (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | kdtree_index.h | 202 float epsError = 1+get_param(searchParams,"eps",0.0f); in findNeighbors() local 419 void getExactNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, float epsError) in getExactNeighbors() 437 …getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float epsError) in getNeighbors() 468 float epsError, Heap<BranchSt>* heap, DynamicBitset& checked) in searchLevel() 519 …result_set, const ElementType* vec, const NodePtr node, DistanceType mindist, const float epsError) in searchLevelExact()
|
D | kdtree_single_index.h | 243 float epsError = 1+get_param(searchParams,"eps",0.0f); in findNeighbors() local 543 std::vector<DistanceType>& dists, const float epsError) in searchLevel()
|