Home | History | Annotate | Download | only in ceres

Lines Matching full:neighbor

172   for (IntSet::const_iterator neighbor = neighbors.begin();
173 neighbor != neighbors.end();
174 ++neighbor) {
176 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
177 const double new_similarity = graph_->EdgeWeight(*neighbor, candidate);
199 for (IntSet::const_iterator neighbor = neighbors.begin();
200 neighbor != neighbors.end();
201 ++neighbor) {
203 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
205 graph_->EdgeWeight(*neighbor, canonical_view);
207 view_to_canonical_view_[*neighbor] = canonical_view;
208 view_to_canonical_view_similarity_[*neighbor] = new_similarity;