Click or drag to resize

RotateFlags Enumeration

http://www.emgu.com
The rotation type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum RotateFlags
Members
  Member nameValueDescription
Rotate90Clockwise0 Rotate 90 degrees clockwise
Rotate1801 Rotate 180 degrees clockwise
Rotate90CounterClockwise2 Rotate 270 degrees clockwise
See Also