NativeMethodsimgproc_approxPolyDP_InputArray Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_approxPolyDP_InputArray( IntPtr curve, IntPtr approxCurve, double epsilon, int closed )
Public Shared Function imgproc_approxPolyDP_InputArray ( curve As IntPtr, approxCurve As IntPtr, epsilon As Double, closed As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_approxPolyDP_InputArray( IntPtr curve, IntPtr approxCurve, double epsilon, int closed )
static member imgproc_approxPolyDP_InputArray : curve : IntPtr * approxCurve : IntPtr * epsilon : float * closed : int -> ExceptionStatus
[Missing <param name="curve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]
[Missing <param name="approxCurve"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]
[Missing <param name="epsilon"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]
[Missing <param name="closed"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_approxPolyDP_InputArray(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]