10000 GitHub - exo-cortex/curve_simplification: A library to write sequences of points that form curves to file in a simplified way.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

exo-cortex/curve_simplification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A library for the Ramer-Douglas-Peucker-algorithm for simplifying sequences of points and saving them

See Wikipedia for the [https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm](RDP algorithm).

This library shall provide ways to read curve-sequences of n-dimensional points and save only "important" points in order to save space. Typically RDP can reduce the size of a file to a small fraction without loosing much of the quality. RDP is a lossy algorithm.

About

A library to write sequences of points that form curves to file in a simplified way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0