mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
spath.shortest_path presents the same interface, but now uses the new mcp classes internally, which means that it is now fully n-d, and can also find the shortest path along any given axis. The old output format has been retained, but is a bit weird for non-2d arrays. A more sensible n-d output format is available, but not enabled by default.