NativeMethodsimgproc_fitEllipse_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static RotatedRect imgproc_fitEllipse_InputArray( IntPtr points )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_fitEllipse_InputArray ( points As IntPtr ) As RotatedRect
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static RotatedRect imgproc_fitEllipse_InputArray( IntPtr points )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_fitEllipse_InputArray : points : IntPtr -> RotatedRect
OpenCvSharp.NativeMethods.imgproc_fitEllipse_InputArray = function(points);