NativeMethodsimgproc_fitLine_Point3f Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_fitLine_Point3f(
	Point3f[] points,
	int pointsLength,
	float[] line,
	int distType,
	double param,
	double reps,
	double aeps
)

Parameters

points
Type: OpenCvSharp.CPlusPlusPoint3f

[Missing <param name="points"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

pointsLength
Type: SystemInt32

[Missing <param name="pointsLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

line
Type: SystemSingle

[Missing <param name="line"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

distType
Type: SystemInt32

[Missing <param name="distType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

param
Type: SystemDouble

[Missing <param name="param"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

reps
Type: SystemDouble

[Missing <param name="reps"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

aeps
Type: SystemDouble

[Missing <param name="aeps"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_fitLine_Point3f(OpenCvSharp.CPlusPlus.Point3f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

See Also

Reference