| LineSegmentPolar Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public LineSegmentPolar(
float rho,
float theta
)
Public Sub New (
rho As Single,
theta As Single
)
public:
LineSegmentPolar(
float rho,
float theta
)
new :
rho : float32 *
theta : float32 -> LineSegmentPolar
Parameters
- rho
- Type: SystemSingle
Length of the line - theta
- Type: SystemSingle
Angle of the line (radian)
See Also