Class Difference
Represents an operator that calculates the Nth difference between adjacent samples in the input signal.
public class Difference : Transform<Mat, Mat>
- Inheritance
-
Difference
- Inherited Members
Constructors
- Difference()
Initializes a new instance of the Difference class.
Properties
- Order
Gets or sets the number of times to apply the difference operator.
Methods
- Process(IObservable<Mat>)
Calculates the Nth difference between adjacent samples in the input signal.
- Process(IObservable<Point2f>)
Calculates the Nth difference between adjacent values in an observable sequence.
- Process(IObservable<double>)
Calculates the Nth difference between adjacent values in an observable sequence.