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