ramer-douglas-peucker
There are 10 repositories under ramer-douglas-peucker topic.
aniketrajnish/Unity-Collider-Optimizer
Optimizes mesh and polygon colliders in Unity
stevinz/extrude
Extruding a 32-bit color image into a 3D mesh.
jmhummel/Traveling-Saleman-Genetic-Algorithm
Solving the Traveling Salesman problem with 49 US Capitals using a genetic algorithm
BobLd/RamerDouglasPeuckerNetV2
An algorithm that decimates a curve composed of line segments to a similar curve with fewer points.
cubao/pybind11-rdp
C++ implementation of the Ramer-Douglas-Peucker algorithm (binding to python via pybind11)
andre0707/LineSimplifier
polyline simplification. Port of simplify.js
eadf/linestring.rs
Poly-line toolbox for Rust
avitase/rdppy
Python implementation of the Ramer-Douglas-Peucker algorithm
bm13563/vertexCull.js
A very simple algorithm for culling vertices while minimally changing the shape of a polygon.
subpath/RDP-algorithm-usage
Ramer-Douglas-Peucker algorithm usage example