series-reducer
series-reducer copied to clipboard
A java implementation of Ramer–Douglas–Peucker algorithm for reducing number of points in data series.
Results
2
series-reducer issues
Sort by
recently updated
recently updated
newest added
I'm sure you already know this, but this algorithm isn't valid for Polygon's, and I should have realized it as well. Always reduces to 2 points.
Selection of a proper epsilon parameter depends highly on the order of magnitude of numbers included in points. I want to simplify that difficult choice introducing a percentage tolerance as...