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