Calculates first, second, third or mixed image derivatives using extended Sobel operator
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dst
- Type: OpenCvSharpCvArr
Destination image. - xorder
- Type: SystemInt32
Order of the derivative x. - yorder
- Type: SystemInt32
Order of the derivative y.
See Also