Method Process
Process(IObservable<Mat>)
Changes the shape of each matrix in an observable sequence without copying data.
public IObservable<Mat> Process(IObservable<Mat> source)
Parameters
source
IObservable<Mat>The sequence of multi-channel matrices to be reshaped.
Returns
- IObservable<Mat>
The sequence of reshaped multi-channel matrices.
Process(IObservable<IplImage>)
Changes the shape of each image in an observable sequence without copying data.
public IObservable<IplImage> Process(IObservable<IplImage> source)
Parameters
source
IObservable<IplImage>The sequence of images to be reshaped.
Returns
- IObservable<IplImage>
The sequence of reshaped images.