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
- src
- Type: OpenCvSharpCvArr
Source image. - dst
- Type: OpenCvSharpCvArr
Destination image. - xorder
- Type: SystemInt32
Order of the derivative x. - yorder
- Type: SystemInt32
Order of the derivative y.
See Also