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