Click or drag to resize

Line3D Constructor (Single)

Initializes by cvFitLine output

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Line3D(
	float[] line
)

Parameters

line
Type: SystemSingle
The returned value from cvFitLine
See Also