Package sc.fiji.snt
Class PathDownsampler
java.lang.Object
sc.fiji.snt.PathDownsampler
This is an implementation of the Ramer-Douglas-Peucker algorithm for
simplifying a curve represented by line-segments, as described here
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ArrayList<sc.fiji.snt.SimplePoint> downsample(ArrayList<sc.fiji.snt.SimplePoint> points, double permittedDeviation)
-
Constructor Details
-
PathDownsampler
public PathDownsampler()
-
-
Method Details
-
downsample
-