About 94,200 results
Open links in new tab
  1. Ramer–Douglas–Peucker algorithm - Wikipedia

    The Ramer–Douglas–Peucker algorithm, also known as the Douglas–Peucker algorithm and iterative end-point fit algorithm, is an algorithm that decimates a curve composed of line segments to a similar …

  2. Ramer-Douglas-Peucker (RDP) Algorithm in Computer Vision

    Oct 18, 2024 · In this article, we’ll explore how to simplify line curves in an image using the Ramer-Douglas-Peucker (RDP) algorithm. This algorithm is great for reducing the number of points in a curve...

  3. psimpl - Douglas-Peucker simplification

    The Douglas-Peucker algorithm uses a point-to-edge distance tolerance. The algorithm starts with a crude simplification that is the single edge joining the first and last vertices of the original polyline. It …

  4. Ramer–Douglas–Peucker Algorithm - Algorithm Wiki

    Oct 10, 2022 · In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of operations performed on the …

  5. Ramer-Douglas-Peucker AlgorithmRamer-Douglas-Peucker ...

    The Ramer–Douglas–Peucker algorithm (RDP) is an algorithm for reducing the number of points in a curve that is approximated by a series of points. An interactive version of this algorithm can be found …

  6. Douglas-Peucker algorithm | Cartography Playground

    Jan 28, 2025 · The Douglas–Peucker algorithm, also known as Ramer–Douglas–Peucker algorithm or iterative end-point fit algorithm is an algorithm to smooth polylines (lines that are composed of linear …

  7. Path simplification — Deep Learning with Vector Graphics

    For our dataset, we applied the Ramer–Douglas–Peucker algorithm to simplify the strokes of the sketch data to less than 200 data points while still keeping most of the important visual information of each …