Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkdtree_single_index.h247 DistanceType distsq = computeInitialDistances(vec, dists); in findNeighbors()
522 DistanceType computeInitialDistances(const ElementType* vec, std::vector<DistanceType>& dists) in computeInitialDistances() function