IImageTraceSmoother.Smooth

IImageTraceSmoother.Smooth method

Smoothes trace.

public IEnumerable<PointF> Smooth(IEnumerable<PointF> trace)
ParameterTypeDescription
traceIEnumerable`1The list of the trace points.

Return Value

The list of the smoothed trace points.

See Also