Previous topic

medpy.graphcut.graph.Graph.get_nweights

Next topic

medpy.graphcut.graph.Graph.get_source_nodes

This Page

medpy.graphcut.graph.Graph.get_sink_nodes

Graph.get_sink_nodes()[source]

Get the sink nodes.

Returns:

sink_nodes : list

All nodes that are connected with the sink as an unordered list (excluding sink and source).