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