CvLine2D Constructor (Single) OpenCvSharp Class Library
Initializes by cvFitLine output

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

public CvLine2D(
	float[] line
)

Parameters

line
Type: SystemSingle
The returned value from cvFitLine
See Also

Reference