Click or drag to resize

NativeMethodsimgproc_getStructuringElement Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getStructuringElement(
	int shape,
	Size ksize,
	Point anchor,
	out IntPtr returnValue
)

Parameters

shape
Type: SystemInt32

[Missing <param name="shape"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

ksize
Type: OpenCvSharpSize

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

anchor
Type: OpenCvSharpPoint

[Missing <param name="anchor"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getStructuringElement(System.Int32,OpenCvSharp.Size,OpenCvSharp.Point,System.IntPtr@)"]

See Also