CvLineSegmentPolar Constructor OpenCvSharp Class Library
Constructor

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

public CvLineSegmentPolar(
	float rho,
	float theta
)

Parameters

rho
Type: SystemSingle
Length of the line
theta
Type: SystemSingle
Angle of the line (radian)
See Also

Reference