Click here to Skip to main content
15,867,330 members
Articles / General Programming / Algorithms

Smart Decimation: Polyline Simplification and Smoothing

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
6 Aug 2022BSD3 min read 11.2K   273   17  
A new method for 2D polyline simplification and also smoothing that alternative to Douglas-Peucker and curvature-based simplification algorithms
This method is a kind of resampling technique that can be used for upsampling (interpolation) and downsampling (decimation). In this post, I'll demonstrate for only decimation lateral (side?).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer (Senior)
Turkey Turkey
a nice person Smile | :)

KISS (keep it simple and smart)

Comments and Discussions