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