seung-lab / dijkstra3d

Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes
GNU General Public License v3.0
71 stars 13 forks source link

Add compass mode support to bidirectional dijkstra #12

Open william-silversmith opened 4 years ago

william-silversmith commented 4 years ago

Currently compass=True only has meaning for bidirectional=False.

Compass mode is more formally known as A* search.