Click or drag to resize

NativeMethodsimgproc_approxPolyDP_Point2f Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_approxPolyDP_Point2f(
	Point2f[] curve,
	int curveLength,
	out IntPtr approxCurve,
	double epsilon,
	int closed
)

Parameters

curve
Type: OpenCvSharpPoint2f

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

curveLength
Type: SystemInt32

[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]

approxCurve
Type: SystemIntPtr

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

epsilon
Type: SystemDouble

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

closed
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]

See Also