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

Implement or adapt Hausdorff distance for compare method #8

Open
audreyyku opened this issue Oct 1, 2020 · 0 comments
Open

Implement or adapt Hausdorff distance for compare method #8

audreyyku opened this issue Oct 1, 2020 · 0 comments

Comments

@audreyyku
Copy link
Owner

Hausdorff is similar to Frechet distance, but does not assume "no-back tracking" of the two "paths"/lines being compared. This may be more suitable for the compare method than the Frechet distance.

image
src

Hausdorff distance is not included in similaritymeasures.py.
TODO: Find Hausdorff distance implentation on either LineStrings or discrete coordinates

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

No branches or pull requests

1 participant