Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dnn_index.h113 DistanceType* dists_ptr = NULL; in radiusSearch() local
117 dists_ptr = dists[0]; in radiusSearch()
124 if (get_param(params,"sorted",true)) resultSet.sortAndCopy(indices_ptr, dists_ptr, n); in radiusSearch()
125 else resultSet.copy(indices_ptr, dists_ptr, n); in radiusSearch()