Class Filter2D
Represents an operator that convolves each image in the sequence with the specified kernel.
public class Filter2D : Transform<IplImage, IplImage>
- Inheritance
-
Filter2D
- Inherited Members
Properties
- Anchor
Gets or sets the anchor of the kernel that indicates the relative position of filtered points.
- Kernel
Gets or sets a 2D array specifying the image convolution kernel.
Methods
- Process(IObservable<IplImage>)
Convolves each image in an observable sequence with the specified kernel.
- Process(IObservable<Tuple<IplImage, IplImage>>)
Convolves each image in an observable sequence with its paired convolution kernel.
- Process(IObservable<Tuple<IplImage, Mat>>)
Convolves each image in an observable sequence with its paired convolution kernel.