tolerance property
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.
Definition:
@property
def tolerance(self):
...
@tolerance.setter
def tolerance(self, value):
...
See Also
- module
aspose.svg.imagevectorization
- class
ImageTraceSimplifier