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

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

Syntax

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

Parameters

lineSegments
Type: array< Emgu.CV.Structure..::.LineSegment2DF >[]()[]
The line segments to be rotated

See Also