Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…
331dist_indices_.end(); dist_index != dist_index_end; ++dist_index, ++indices, ++dist) {
338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…
339dist_indices_.end(); (dist_index != dist_index_end) && (i < n_neighbors); ++dist_index, ++indices,…
361 return dist_indices_.size(); in size()
380 std::set<DistIndex> dist_indices_; variable
409 dist_indices_.insert(DistIndex(dist, index)); in addPoint()
412 if (dist_indices_.size() > capacity_) { in addPoint()
413 dist_indices_.erase(*dist_indices_.rbegin()); in addPoint()
414 worst_distance_ = dist_indices_.rbegin()->dist_; in addPoint()
[all …]