tripleSevenRada / StravaSegmentsMatching

A library that matches Strava segments to tracks
GNU General Public License v3.0
1 stars 0 forks source link

Is it still supported? #1

Open cagnulein opened 2 years ago

cagnulein commented 2 years ago

Hi @tripleSevenRada , is it still supported? I really like your idea! Let me know

tripleSevenRada commented 2 years ago

Hi, not at all. This is my own implementation of Hausdorff distance based similarity classifier. As far as I remember it worked reasonably well, but what I did can be easily done using some library - (Java Topology Suite comes to mind). See JTS Javadoc

cagnulein commented 2 years ago

Nice thanks! I would like to do something similar in c++