Click or drag to resize

NativeMethodsimgproc_morphologyEx Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_morphologyEx(
	IntPtr src,
	IntPtr dst,
	int op,
	IntPtr kernel,
	Point anchor,
	int iterations,
	int borderType,
	Scalar borderValue
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
op
Type: SystemInt32
kernel
Type: SystemIntPtr
anchor
Type: OpenCvSharpPoint
iterations
Type: SystemInt32
borderType
Type: SystemInt32
borderValue
Type: OpenCvSharpScalar
See Also