Class Shift
Represents an operator that shifts the elements of each array in the sequence by a specified offset.
public class Shift : Transform<Mat, Mat>
- Inheritance
-
Shift
- Inherited Members
Properties
- BorderType
Gets or sets a value specifying the method used to generate values on the border of the shift.
- FillValue
Gets or sets the value to which constant border pixels will be set to.
- Offset
Gets or sets the offset by which to shift the input buffer in the horizontal and vertical direction.
Methods
- Process(IObservable<IplImage>)
Shifts the elements of each image in an observable sequence by a specified offset.
- Process(IObservable<Mat>)
Shifts the elements of each matrix in an observable sequence by a specified offset.