Class Slice
Represents an operator that splits each array in the sequence into multiple sub-arrays along the specified dimension.
[Combinator]
public class Slice
- Inheritance
-
Slice
- Inherited Members
Properties
- Axis
Gets or sets the dimension along which to slice the array.
- Count
Gets or sets the number of elements in each slice.
- Skip
Gets or sets the number of elements to skip between the creation of each slice. If it is not specified, it will be set to the number of elements in each slice.
Methods
- Process(IObservable<IplImage>)
Splits each image in an observable sequence into multiple sub-images along the specified dimension.
- Process(IObservable<Mat>)
Splits each matrix in an observable sequence into multiple sub-matrices along the specified dimension.