| LineSegmentPolar Constructor  | 
        
         
            Constructor
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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 -> LineSegmentPolarOpenCvSharp.LineSegmentPolar = function(rho, theta);
Parameters
- rho
- Type: SystemSingle
 Length of the line
- theta
- Type: SystemSingle
 Angle of the line (radian)
 See Also
See Also