ImageTraceSmoother.Smooth

ImageTraceSmoother.Smooth method

Smoothes the trace.

public virtual 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