NativeMethodsimgproc_erode Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_erode(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

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

public static void imgproc_erode(
	IntPtr src,
	IntPtr dst,
	IntPtr kernel,
	Point anchor,
	int iterations,
	int borderType,
	CvScalar borderValue
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

kernel
Type: SystemIntPtr

[Missing <param name="kernel"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_erode(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

anchor
Type: OpenCvSharp.CPlusPlusPoint

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

iterations
Type: SystemInt32

[Missing <param name="iterations"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_erode(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

borderType
Type: SystemInt32

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_erode(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

borderValue
Type: OpenCvSharpCvScalar

[Missing <param name="borderValue"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_erode(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32,OpenCvSharp.CvScalar)"]

See Also

Reference