Identifies image orientation modes.
Syntax
'Declaration
Public Enum ImGearRecOrientationMode
Inherits System.Enum
public enum ImGearRecOrientationMode : System.Enum
__value public enum ImGearRecOrientationMode : public System.Enum
public enum class ImGearRecOrientationMode : public System.Enum
Members
| Member | Description |
| AUTO | Automatic image orientation. |
| DOWN | Rotate image down (rotate twice). |
| DOWN_FLIPPED | Flip around X-axis. |
| FLIPPED | Flip around the Y axis. |
| LEFT | Rotate image to the left (90 degrees counter-clockwise). |
| LEFT_FLIPPED | Flip around the Y axis, then rotate to the left. |
| NO | Do not orient the image. |
| RIGHT | Rotate image to the right (90 degrees clockwise). |
| RIGHT_FLIPPED | Flip around the Y axis, then rotate to the right. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecOrientationMode
See Also