Skip to main content

C++ implementation of RDP (Ramer–Douglas–Peucker)

Project description

cxxrdp

C++ implementation of RDP

Install via pip

Run following command to install cxxrdp on your computer

pip install cxxrdp

How to use?

.. code:: python

from cxxrdp import rdp

rdp([[0, 5], [5, 5], [10, 5], [15, 5]])

.. code:: python

[[0, 5], [15, 5]]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cxxrdp-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page