NativeMethodsimgproc_matchShapes_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double imgproc_matchShapes_InputArray( IntPtr contour1, IntPtr contour2, int method, double parameter )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_matchShapes_InputArray ( contour1 As IntPtr, contour2 As IntPtr, method As Integer, parameter As Double ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double imgproc_matchShapes_InputArray( IntPtr contour1, IntPtr contour2, int method, double parameter )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_matchShapes_InputArray : contour1 : IntPtr * contour2 : IntPtr * method : int * parameter : float -> float
OpenCvSharp.NativeMethods.imgproc_matchShapes_InputArray = function(contour1, contour2, method, parameter);