Class Split
Represents an operator that splits the channels of each array in the sequence into separate arrays.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Split
- Inheritance
-
Split
- Inherited Members
Methods
- Process(IObservable<IplImage>)
Splits the channels of each image in an observable sequence into separate images.
- Process(IObservable<Mat>)
Splits the channels of each matrix in an observable sequence into separate matrices.