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.

The ImageTraceSmoother type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the ImageTraceSmoother class.
initInitializes a new instance of the ImageTraceSmoother class.

Properties

PropertyDescription
extentGets 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

MethodDescription
smooth

See Also