Lines Matching refs:graph_
77 const Graph<int>* graph_; member in ceres::internal::CanonicalViewsClustering
107 graph_ = &graph; in ComputeClustering()
149 const IntSet& views = graph_->vertices(); in FindValidViews()
153 if (graph_->VertexWeight(*view) != Graph<int>::InvalidWeight()) { in FindValidViews()
166 options_.view_score_weight * graph_->VertexWeight(candidate); in ComputeClusteringQualityDifference()
171 const IntSet& neighbors = graph_->Neighbors(candidate); in ComputeClusteringQualityDifference()
177 const double new_similarity = graph_->EdgeWeight(*neighbor, candidate); in ComputeClusteringQualityDifference()
189 graph_->EdgeWeight(centers[i], candidate); in ComputeClusteringQualityDifference()
198 const IntSet& neighbors = graph_->Neighbors(canonical_view); in UpdateCanonicalViewAssignments()
205 graph_->EdgeWeight(*neighbor, canonical_view); in UpdateCanonicalViewAssignments()
227 const IntSet& views = graph_->vertices(); in ComputeClusterMembership()