Rotate the lineSegments, the value of the input lineSegments will be changed.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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