Class DrawCanvas
Represents an operator that renders the sequence of operations in each canvas of the sequence to create a new image.
public class DrawCanvas : Transform<Canvas, IplImage>
- Inheritance
-
DrawCanvas
- Inherited Members
Methods
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.