Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Aug 29, 2024
1 parent 5a63f03 commit 96a2a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/polykin/math/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def simplify_polyline(points: FloatMatrix,
tol: float
) -> FloatMatrix:
r"""Simplify an N-dimensional polyline using the Ramer-Douglas-Peucker
algorithm. ](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm).
algorithm.
The RDP algorithm is considered the best global polyline simplification
algorithm. This particular implementation is based on the (classical)
The Ramer-Douglas-Peucker algorithm is considered the best global polyline
simplification algorithm. This particular implementation is based on the
recursive version of the method.
**References**
Expand Down

0 comments on commit 96a2a00

Please sign in to comment.