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