geometry - Ramer-Peucker-Douglas algorithm in polar coordinates -


i have points in polar coordinates (basically, have radar graph), , want eliminate points unnecessary way ramer-peucker-douglas in cartesian coordinates.

by unnecessary points still mean point b between points , c , "close" line joining c, original ramer-peucker-douglas algorithm (how close "close" input parameter algorithm).

any hints?


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -