CvSobel Method (CvArr, CvArr, Int32, Int32) OpenCvSharp Class Library
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
)

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

Reference