Click or drag to resize
RotationMatrix2DRotateLines Method
http://www.emgu.com
Rotate the lineSegments, the value of the input lineSegments will be changed.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void RotateLines(
	LineSegment2DF[] lineSegments
)

Parameters

lineSegments
Type: Emgu.CV.StructureLineSegment2DF
The line segments to be rotated
See Also