Method Process
Process(IObservable<Contours>)
Approximates each polygonal curve in an observable sequence with the specified precision.
public override IObservable<Contours> Process(IObservable<Contours> source)
Parameters
source
IObservable<Contours>A sequence of polygonal curves to approximate.
Returns
- IObservable<Contours>
A sequence of the approximated polygonal curves.