NativeMethodsimgproc_approxPolyDP_InputArray Method OpenCvSharp Class Library

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

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

public static void imgproc_approxPolyDP_InputArray(
	IntPtr curve,
	IntPtr approxCurve,
	double epsilon,
	int closed
)

Parameters

curve
Type: SystemIntPtr

[Missing <param name="curve"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

approxCurve
Type: SystemIntPtr

[Missing <param name="approxCurve"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

epsilon
Type: SystemDouble

[Missing <param name="epsilon"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

closed
Type: SystemInt32

[Missing <param name="closed"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

See Also

Reference