RotationMatrix2DRotateLines Method |
http://www.emgu.com
Rotate the lineSegments, the value of the input lineSegments will be changed.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void RotateLines(
LineSegment2DF[] lineSegments
)
Public Sub RotateLines (
lineSegments As LineSegment2DF()
)
public:
void RotateLines(
array<LineSegment2DF>^ lineSegments
)
member RotateLines :
lineSegments : LineSegment2DF[] -> unit
Parameters
- lineSegments
- Type: Emgu.CV.StructureLineSegment2DF
The line segments to be rotated
See Also