All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgrasstools.gears.modules.v.smoothing.LineSmootherMcMaster.html Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
The McMasters Sliding Averaging Algorithm smoothing algorithms. The new position of each point is the average of the pLookahead  points around. Parameter pSlide is used for linear interpolation between old and new position.


Inputs

  • the vector containing the lines to be smoothed
  • the number of points to consider in every smoothing step
  • minimum length for a line to be smoothed
  • other model parameters like: slide parameter, densifier interval, simplifier tollerance


Output

  • the vector with smoothed features




© 2015 - 2025 Weber Informatics LLC | Privacy Policy