Class Laplace
Represents an operator that calculates the Laplace transform of each image in the sequence.
public class Laplace : Transform<IplImage, IplImage>
- Inheritance
-
Laplace
- Inherited Members
Properties
- ApertureSize
Gets or sets the size of the extended Sobel kernel used to compute derivatives.
Methods
- Process(IObservable<IplImage>)
Calculates the Laplace transform of each image in an observable sequence.