Method Process
Process(IObservable<Mat>)
Selects a subset of the input channels or reorganizes channel layout for each array in an observable sequence.
public override IObservable<Mat> Process(IObservable<Mat> source)
Parameters
source
IObservable<Mat>A sequence of 2D array values.
Returns
- IObservable<Mat>
A sequence of 2D array values, where the data for each row is selected from the specified channels of the original multi-dimensional data.