ImageTraceSimplifier class

ImageTraceSimplifier class

The ImageTraceSimplifier class is responsible reducing the number of points in a curve that is approximated by a series of the trace points.

The ImageTraceSimplifier type exposes the following members:

Constructors

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

Properties

PropertyDescription
toleranceThe value of the tolerance determines the maximum error tolerance allowed for an point to be eliminated from trace.
It must be in the range from 0 to 4. Any higher or lower values will be aligned with the minimum and maximum values of this range, accordingly.
The default value is 0.3.

Methods

MethodDescription
simplify

See Also