NativeMethodsimgproc_fitLine_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_fitLine_InputArray( IntPtr points, IntPtr line, int distType, double param, double reps, double aeps )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_fitLine_InputArray ( points As IntPtr, line As IntPtr, distType As Integer, param As Double, reps As Double, aeps As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_fitLine_InputArray( IntPtr points, IntPtr line, int distType, double param, double reps, double aeps )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_fitLine_InputArray : points : IntPtr * line : IntPtr * distType : int * param : float * reps : float * aeps : float -> unit
OpenCvSharp.NativeMethods.imgproc_fitLine_InputArray = function(points, line, distType, param, reps, aeps);