NativeMethodsimgproc_fitLine_Point2f Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_fitLine_Point2f( Point2f[] points, int pointsLength, float[] line, int distType, double param, double reps, double aeps )
Public Shared Function imgproc_fitLine_Point2f ( points As Point2f(), pointsLength As Integer, <OutAttribute> line As Single(), distType As Integer, param As Double, reps As Double, aeps As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_fitLine_Point2f( array<Point2f>^ points, int pointsLength, [InAttribute] [OutAttribute] array<float>^ line, int distType, double param, double reps, double aeps )
static member imgproc_fitLine_Point2f : points : Point2f[] * pointsLength : int * line : float32[] byref * distType : int * param : float * reps : float * aeps : float -> ExceptionStatus
[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="pointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="line"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="distType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="param"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="reps"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <param name="aeps"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]