Re: [OSRM-talk] U-turns in Map-Matching Algorithm

2015-07-23 Thread Matthias Schwamborn
Hi Patrick, thanks for the clarification. So this check is for the input coordinates, only, right? What if some candidates introduce a U-turn (e.g., due to some outliers in the input data)? Thanks. Best, Matthias On 22/07/15 12:17, Patrick Niklaus wrote: Hey Matthias, What the algorithm at

[OSRM-talk] U-turns in Map-Matching Algorithm

2015-07-22 Thread Matthias Schwamborn
Hi all, looking at the code in plugins/match.hpp [1], I noticed that candidates resulting in a U-turn are allowed but wouldn't you say that these candidates are actually pretty unlikely compared to candidates that don't result in a U-turn? Am I missing something here? Thanks. Best, Matthias