Visvalingam-Whyatt polyline simplification algorithm clarification

后端 未结 3 1826
广开言路
广开言路 2021-02-04 12:32

I\'m trying to implement a polyline simplification algorithm. The original article can be found here: http://archive.is/Tzq2. It seems straightforward in concept but I don\'t un

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 13:12

    FWIW Mike Bostock, the creator of d3.js, wrote a tight javascript implementation of this algorithm (Visvalingam's Algorithm).

    • Source code
    • Demo
    • Discussion on Hacker News

提交回复
热议问题