hi_rotation
Description
Defines the rotation angle.
Prototype
typedef enum {
HI_ROTATION_90 = 0,
HI_ROTATION_180 = 1,
HI_ROTATION_270 = 2,
} hi_rotation;
Members
Member |
Description |
|---|---|
HI_ROTATION_90 |
Clockwise rotation by 90º. |
HI_ROTATION_180 |
Clockwise rotation by 180º. |
HI_ROTATION_270 |
Clockwise rotation by 270º. |
Parent topic: VPC Image Processing