Home | History | Annotate | Download | only in include

Lines Matching defs:Graph

312     CvGraph* graph;
314 int N; //graph size
342 /*CVAPI(void) cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse,
347 CVAPI(void) cvBronKerbosch( CvGraph* graph );*/
353 // Purpose: finds weight of subgraph in a graph
356 // graph - input graph.
364 // weight_vtx - optional vector of floats, with size = graph->total.
368 // that vertices of graph are inherited from CvGraphWeightedVtx.
369 // weight_edge - optional matrix of floats, of width and height = graph->total.
373 // edges of graph to be inherited from CvGraphWeightedEdge.
374 // If this parameter is not zero structure of the graph is determined from matrix
381 /*CVAPI(float) cvSubgraphWeight( CvGraph *graph, CvSeq *subgraph,
390 // Purpose: tries to find clique with maximum possible weight in a graph
393 // graph - input graph.
396 // in complementary graph.
403 // weight_vtx - optional vector of floats, with size = graph->total.
407 // that vertices of graph are inherited from CvGraphWeightedVtx.
408 // weight_edge - optional matrix of floats, of width and height = graph->total.
412 // edges of graph to be inherited from CvGraphWeightedEdge.
432 /*CVAPI(CvSeq*) cvFindCliqueEx( CvGraph *graph, CvMemStorage *storage,
1027 CVAPI(int) cvReleaseLinearContorModelStorage(CvGraph** Graph);