Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h290 struct DistIndex struct
292 DistIndex(DistanceType dist, unsigned int index) : in DistIndex() function
296 bool operator<(const DistIndex dist_index) const
330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…
338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…
380 std::set<DistIndex> dist_indices_;
409 dist_indices_.insert(DistIndex(dist, index)); in addPoint()
433 typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex; typedef
466 if (dist <= radius_) dist_indices_.insert(DistIndex(dist, index)); in addPoint()
494 typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex; typedef