Skip to content

Conversation

william-silversmith
Copy link
Contributor

Experimenting with a hill climbing distance metric as requested in #26

Thanks for the inspiration in https://github.com/ReubenDo/dijkstra3d/blob/master/dijkstra3d.hpp

dijkstra3d.dijkstra(
  data, source, target, 
  metric="gradient", 
  metric_args=[1.0, 1.0], # equal weight to euclidean distance and field intensity
  anisotropy=(1,1,1) 
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant