Click or drag to resize

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_fitLine_Point2f(
	Point2f[] points,
	int pointsLength,
	float[] line,
	int distType,
	double param,
	double reps,
	double aeps
)

Parameters

points
Type: OpenCvSharpPoint2f

[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)"]

pointsLength
Type: SystemInt32

[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)"]

line
Type: SystemSingle

[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)"]

distType
Type: SystemInt32

[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)"]

param
Type: SystemDouble

[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)"]

reps
Type: SystemDouble

[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)"]

aeps
Type: SystemDouble

[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)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitLine_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Single[],System.Int32,System.Double,System.Double,System.Double)"]

See Also