RotationMatrix2DRotateLines Method |
http://www.emgu.com
Rotate the lineSegments, the value of the input lineSegments will be changed.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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