Skip to content

mariusud/Ramer-Douglas-Peucker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ramer-Douglas-Peucker

A Rust implementation of the Ramer–Douglas–Peucker (RDP) line simplification algorithm.

Example

Run cargo build to test my example.

RDP simplification preview

References

  • geo::simplify crate
  • Douglas, D.H., Peucker, T.K., 1973.
    Algorithms for the reduction of the number of points required to represent a digitized line or its caricature.
    Cartographica: The International Journal for Geographic Information and Geovisualization 10, 112–122.
    DOI

About

Rust implementation of Ramer–Douglas–Peucker (RDP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages