NativeMethodsimgproc_fitLine_Point3f Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_fitLine_Point3f( Point3f[] points, int pointsLength, float[] line, int distType, double param, double reps, double aeps )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_fitLine_Point3f ( points As Point3f(), pointsLength As Integer, <OutAttribute> line As Single(), 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_Point3f( array<Point3f>^ points, int pointsLength, [InAttribute] [OutAttribute] array<float>^ line, int distType, double param, double reps, double aeps )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_fitLine_Point3f : points : Point3f[] * pointsLength : int * line : float32[] byref * distType : int * param : float * reps : float * aeps : float -> unit
OpenCvSharp.NativeMethods.imgproc_fitLine_Point3f = function(points, pointsLength, line, distType, param, reps, aeps);