Click or drag to resize

Line3D Constructor (Single[])

Initializes by cvFitLine output

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Line3D(
	float[] line
)

Parameters

line
Type:System.Single[]
The returned value from cvFitLine
See Also