Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: binary_dijkstra for binary images #40

Merged
merged 5 commits into from
May 26, 2023

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented May 25, 2023

Provides the function that most people expect from this library: Take a binary image and find the shortest path on the foreground color (1 or 0) with the ability to use a euclidean metric with anisotropic axial dimensions.

If popular, this could be improved with the Jump Point Search in #13

@william-silversmith william-silversmith merged commit b5fe81c into master May 26, 2023
@william-silversmith william-silversmith deleted the wms_binary_dijkstra branch May 26, 2023 00:51
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