RotationTypeEnum (COM-based API)
RotationTypeEnum enumeration constants are used to set the types of rotation that to be performed upon an image.
enum RotationTypeEnum {
RT_NoRotation = 0,
RT_Automatic = 1,
RT_Clockwise = 2,
RT_Counterclockwise = 3,
RT_Upsidedown = 4
};
Elements
Name | Description |
RT_NoRotation | This value means no rotation. |
RT_Automatic | Rotation will be detected automatically. |
RT_Clockwise | Rotation 90 degrees clockwise. |
RT_Counterclockwise | Rotation 90 degrees counterclockwise or 270 degrees clockwise. |
RT_Upsidedown | Rotation upside down or 180 degrees. |
See also
IPreprocessingParams::RotationType.
See sample: Samples.
26.03.2024 13:49:49