NativeMethodsimgproc_matchShapes_InputArray Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_matchShapes_InputArray( IntPtr contour1, IntPtr contour2, int method, double parameter, out double returnValue )
Public Shared Function imgproc_matchShapes_InputArray ( contour1 As IntPtr, contour2 As IntPtr, method As Integer, parameter As Double, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_matchShapes_InputArray( IntPtr contour1, IntPtr contour2, int method, double parameter, [OutAttribute] double% returnValue )
static member imgproc_matchShapes_InputArray : contour1 : IntPtr * contour2 : IntPtr * method : int * parameter : float * returnValue : float byref -> ExceptionStatus
[Missing <param name="contour1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
[Missing <param name="contour2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
[Missing <param name="method"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
[Missing <param name="parameter"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double@)"]