Good Day,
I have two different paths in a 2D plane. I want to compare these two paths with the Fréchet Distance.
I know some points of the trajectories, each is connected to another point with a straight line.
What's the smartest way to get the Fréchet Distance? Any hints? I'm working in Python.