Class IirFilter
Represents an operator that filters the input signal using an infinite-impulse response.
public class IirFilter : Transform<Mat, Mat>
- Inheritance
-
IirFilter
- Inherited Members
Properties
- FeedbackCoefficients
Gets or sets the feedback filter coefficients for the infinite-impulse response.
- FeedforwardCoefficients
Gets or sets the feedforward filter coefficients for the infinite-impulse response.
Methods
- Process(IObservable<Mat>)
Filters the input signal using the specified infinite-impulse response.
- Process(IObservable<Point2f>)
Filters the input position signal using the specified infinite-impulse response.
- Process(IObservable<double>)
Filters the input signal using the specified infinite-impulse response.