Previous topic

medpy.graphcut.graph.GCGraph.get_edge_count

Next topic

medpy.graphcut.graph.GCGraph.get_node_count

This Page

medpy.graphcut.graph.GCGraph.get_graph

GCGraph.get_graph()[source]

Get the C++ graph.

Returns:

graph : maxflow.GraphDouble

The underlying maxflow.GraphDouble C++ implementation of the graph.