ImageTraceSmoother Class

ImageTraceSmoother class

The ImageTraceSimplifier class is responsible for smoothing the number of points in a curve that is approximated by a series of the trace points. This class implement nearest-neighbor approach.

public class ImageTraceSmoother : IImageTraceSmoother

Constructors

NameDescription
ImageTraceSmoother()Initializes a new instance of the ImageTraceSmoother class.
ImageTraceSmoother(int)Initializes a new instance of the ImageTraceSmoother class.

Properties

NameDescription
Extent { get; set; }Gets of sets extent of the region considered by query point. It must be in the range from 1 to 20. Any higher or lower values will be aligned with the minimum and maximum values of this range, accordingly.

Methods

NameDescription
virtual Smooth(IEnumerable<PointF>)Smoothes the trace.

See Also