Previous topic

medpy.graphcut.graph.GCGraph

Next topic

medpy.graphcut.graph.GCGraph.get_edge_count

This Page

medpy.graphcut.graph.GCGraph.__init__

GCGraph.__init__(nodes, edges)[source]

Initialize.

Parameters:

nodes : int

The number of nodes in the graph.

edges : int

The number of edges in the graph.