NativeMethodscvSobel Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvSobel(
	IntPtr src,
	IntPtr dst,
	int xorder,
	int yorder,
	ApertureSize aperture_size
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

xorder
Type: SystemInt32

[Missing <param name="xorder"/> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

yorder
Type: SystemInt32

[Missing <param name="yorder"/> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

aperture_size
Type: OpenCvSharpApertureSize

[Missing <param name="aperture_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvSobel(System.IntPtr,System.IntPtr,System.Int32,System.Int32,OpenCvSharp.ApertureSize)"]

See Also

Reference