Home | History | Annotate | Download | only in ceres

Lines Matching refs:graph

40 #include "ceres/graph.h"
56 // graph. centers will contain the vertices that are the identified
64 const Graph<int>& graph,
77 const Graph<int>* graph_;
88 const Graph<int>& graph,
93 cv.ComputeClustering(options, graph, centers, membership);
101 const Graph<int>& graph,
107 graph_ = &graph;
145 // Return the set of vertices of the graph which have valid vertex
153 if (graph_->VertexWeight(*view) != Graph<int>::InvalidWeight()) {