Searched refs:getNeighbors (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | lsh_index.h | 222 getNeighbors(vec, result); in findNeighbors() 263 …void getNeighbors(const ElementType* vec, bool /*do_radius*/, float radius, bool do_k, unsigned in… in getNeighbors() function 339 void getNeighbors(const ElementType* vec, ResultSet<DistanceType>& result) in getNeighbors() function
|
| H A D | kdtree_index.h | 213 getNeighbors(result, vec, maxChecks, epsError); in findNeighbors() 442 …void getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float eps… in getNeighbors() function
|