Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h296 bool operator<(const DistIndex dist_index) const
298 … return (dist_ < dist_index.dist_) || ((dist_ == dist_index.dist_) && index_ < dist_index.index_);
330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e… variable
331 … dist_indices_.end(); dist_index != dist_index_end; ++dist_index, ++indices, ++dist) {
332 *indices = dist_index->index_;
333 *dist = dist_index->dist_;
338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e… variable
339 …dist_indices_.end(); (dist_index != dist_index_end) && (i < n_neighbors); ++dist_index, ++indices,…
340 *indices = dist_index->index_;
341 *dist = dist_index->dist_;