Class Smooth
Represents an operator that applies a smoothing operator to each image in the sequence.
public class Smooth : Transform<IplImage, IplImage>
- Inheritance
-
Smooth
- Inherited Members
Properties
- Sigma1
Gets or sets the standard deviation for the first dimension in the case of Gaussian smoothing.
- Sigma2
Gets or sets the standard deviation for the second dimension in the case of Gaussian smoothing.
- Size1
Gets or sets the aperture width of the smoothing kernel.
- Size2
Gets or sets the aperture height of the smoothing kernel.
- SmoothType
Gets or sets a value specifying the smoothing method to be applied.
Methods
- Process(IObservable<IplImage>)
Applies a smoothing operator to each image in an observable sequence.