Class Sobel
Represents an operator that calculates the first, second, third or mixed image derivatives from the sequence using an extended Sobel operator.
public class Sobel : Transform<IplImage, IplImage>
- Inheritance
-
Sobel
- Inherited Members
Properties
- ApertureSize
Gets or sets the size of the extended Sobel kernel.
- XOrder
Gets or sets the order of the horizontal derivative.
- YOrder
Gets or sets the order of the vertical derivative.
Methods
- Process(IObservable<IplImage>)
Calculates the first, second, third or mixed image derivatives from an observable sequence using an extended Sobel operator.