CvArrSobel Method (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 void Sobel(
	CvArr dst,
	int xorder,
	int yorder
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination image.
xorder
Type: SystemInt32
Order of the derivative x.
yorder
Type: SystemInt32
Order of the derivative y.
See Also

Reference