NativeMethodsimgproc_isContourConvex_Point Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_isContourConvex_Point( Point[] contour, int contourLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_isContourConvex_Point ( contour As Point(), contourLength As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_isContourConvex_Point( array<Point>^ contour, int contourLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_isContourConvex_Point : contour : Point[] * contourLength : int -> int
OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point = function(contour, contourLength);