Class Skip
Represents an operator that skips a specified number of samples in the input signal.
public class Skip : Combinator<Mat, Mat>
- Inheritance
-
Skip
- Inherited Members
Properties
- Count
Gets or sets the number of samples to skip.
Methods
- Process(IObservable<Mat>)
Skips a specified number of samples in the input signal.