What would be a good metric to compare the length of two polylines?
A very naive approach would be to define a maximum delta which the two lines can differ.
I'm looking for more approaches. For example one that might also take a function over the length of the polyline as a parameter. Does anybody has algorithms/functions to share and has even evaluated parameters that work quite good?