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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void RotateLines(
	LineSegment2DF[] lineSegments
)

Parameters

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