Click or drag to resize

RotateFlags Enumeration

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

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