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
public static ExceptionStatus imgproc_approxPolyDP_Point2f( Point2f[] curve, int curveLength, out IntPtr approxCurve, double epsilon, int closed )
Public Shared Function imgproc_approxPolyDP_Point2f ( curve As Point2f(), curveLength As Integer, <OutAttribute> ByRef approxCurve As IntPtr, epsilon As Double, closed As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_approxPolyDP_Point2f( array<Point2f>^ curve, int curveLength, [OutAttribute] IntPtr% approxCurve, double epsilon, int closed )
static member imgproc_approxPolyDP_Point2f : curve : Point2f[] * curveLength : int * approxCurve : IntPtr byref * epsilon : float * closed : int -> ExceptionStatus
[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]
[Missing <param name="curveLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]
[Missing <param name="approxCurve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]
[Missing <param name="epsilon"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]
[Missing <param name="closed"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_Point2f(OpenCvSharp.Point2f[],System.Int32,System.IntPtr@,System.Double,System.Int32)"]