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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -