ImageTraceSimplifier.Tolerance

ImageTraceSimplifier.Tolerance property

The 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.

public float Tolerance { get; set; }

See Also