Module: graph
skimage.graph.route_through_array(array, ...) Simple example of how to use the MCP and MCP_Geometric classes.
skimage.graph.shortest_path(arr[, reach, ...]) Find the shortest path through an n-d array from one side to another.
skimage.graph.MCP(costs[, offsets, ...]) A class for finding the minimum cost path through a given n-d costs array. skimage.graph.MCP_Connect Connect source points using the distance-weighted minimum cost function.
skimage.graph.MCP_Flexible(costs[, offs