[This is preliminary documentation and is subject to change.]
Rotate the lineSegments, the value of the input lineSegments will be changed.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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