Method Process
Process(IObservable<IplImage>)
Updates the pixel store of the specified texture target from an observable sequence of images.
public override IObservable<IplImage> Process(IObservable<IplImage> source)
Parameters
source
IObservable<IplImage>The sequence of images used to update the texture target.
Returns
- IObservable<IplImage>
An observable sequence that is identical to the
source
sequence but where there is an additional side effect of updating the pixel store of the specified texture target.