discrete_frechet icon indicating copy to clipboard operation
discrete_frechet copied to clipboard

Compute the Fréchet distance between two polygonal curves in Euclidean space.

Results 3 discrete_frechet issues
Sort by recently updated
recently updated
newest added

Hello, This is really helpful. Thanks! I wanted to know if there is an easy extension to 3 Dimensional points?

The implementation of the Frechet distance in [this other module](https://github.com/cjekel/similarity_measures/blob/master/similaritymeasures/similaritymeasures.py) apparently supports this.

question

is there any way to get aligned and matched points between two compared trajectory or curves in frechet distance? thank you very much.