fhirschmann / rdp

Python/Numpy implementation of the Ramer-Douglas-Peucker algorithm

Home Page:https://pypi.python.org/pypi/rdp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

limiting number of points

ivicajan opened this issue · comments

Dear all,

is there a way to limit number of simplified points together with max distance (epsilon)?
Or to be more precise, to pick only subset of N the most relevant points for given dmax.

Thanks in advance!

Cheers,
Ivica

I've implemented a iterative version of RDP that does that:) This repo doesn't seem mantained though. If someone answers I would gladly do a pull request

I'll commit it then as soon as I've tested it a bit!

I am interested too. Have a bunch of WOD profiles ready to be tested.

I'm happy to review a pull request. :)