Package 

Class Approximator


  • 
    public class Approximator
    
                        

    Implemented according to Wiki-Pseudocode http://en.wikipedia.org/wiki/Ramer�Douglas�Peucker_algorithm

    • Method Summary

      Modifier and Type Method Description
      Array<float> reduceWithDouglasPeucker(Array<float> points, float tolerance)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait