Class SelectChannels
Represents an operator that selects a subset of the input channels or reorganizes channel layout for each array in the sequence.
public class SelectChannels : Transform<Mat, Mat>
- Inheritance
-
SelectChannels
- Inherited Members
Properties
- Channels
Gets or sets the indices of the channels to include in the output buffer. Reordering and duplicating channels is allowed.
Methods
- Process(IObservable<Mat>)
Selects a subset of the input channels or reorganizes channel layout for each array in an observable sequence.