Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 301 Bytes

Ramer-Douglas-Peucker-Algorithm

RDP implementation in C++

  • The repository includes a .h and .m file for class simplifyPath.
  • The class encapuslates the RDP algorithm, making it easy and ready for use.

To Do

  • Add more Line simplification algorithms