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
public static void Sobel( CvArr src, CvArr dst, int xorder, int yorder, ApertureSize apertureSize )
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. - apertureSize
- Type: OpenCvSharpApertureSize
Size of the extended Sobel kernel.
See Also