Class ApproximatePolygon
Represents an operator that approximates each polygonal curve in the sequence with the specified precision.
public class ApproximatePolygon : Transform<Contours, Contours>
- Inheritance
-
ApproximatePolygon
- Inherited Members
Properties
- Eps
Gets or sets the desired approximation accuracy.
- Method
Gets or sets a value specifying the polygon approximation method.
- Recursive
Gets or sets a value specifying whether approximation should proceed for all hierarchical levels.
Methods
- Process(IObservable<Contours>)
Approximates each polygonal curve in an observable sequence with the specified precision.