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