Method Process
Process(IObservable<Canvas>)
Renders the sequence of operations in each canvas of an observable sequence to create a new image.
public override IObservable<IplImage> Process(IObservable<Canvas> source)
Parameters
source
IObservable<Canvas>A sequence of canvas objects.
Returns
- IObservable<IplImage>
A sequence of IplImage objects representing the result of the cumulative application of all the drawing operations.