Method Process
Process(IObservable<IplImage>)
Calculates the first, second, third or mixed image derivatives from an observable sequence using an extended Sobel operator.
public override IObservable<IplImage> Process(IObservable<IplImage> source)
Parameters
source
IObservable<IplImage>The sequence of images for which to calculate the image derivatives.
Returns
- IObservable<IplImage>
A sequence of IplImage objects representing the image derivatives of the original elements in the
source
sequence.