Maven module :un.api : api-geometry :
Class : un.impl.geometry.algorithm.PathSmoothing
Extends/Implements : -
Subclasses : -

This class converts a sequence of coordinates in a smoother path with
longer line segments and quadratic curves.
Origin :
https://github.com/jankovicsandras/imagetracerjava
author  jankovics andras (andras@jankovics.net)
author  Johann Sorel (Adapted to unlicense-lib)


Variables : -
Functions : fitseq




5.2. - 5.6. recursively fitting a straight or quadratic line segment on this sequence of path nodes.
param  path
param  ltreshold
param  qtreshold
param  seqstart
param  seqend
return
public ArrayList fitseq (ArrayList path, double ltreshold, double qtreshold, int seqstart, int seqend)