Rotate the lineSegments, the value of the input lineSegments will be changed.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RotateLines(
	LineSegment2DF[] lineSegments
)
Public Sub RotateLines ( _
	lineSegments As LineSegment2DF() _
)
public:
void RotateLines(
	array<LineSegment2DF>^ lineSegments
)

Parameters

lineSegments
array<LineSegment2DF>[]()[][]
The line segments to be rotated

See Also