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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy