hi_flip_mode
Description
Defines the flipping mode.
Prototype
typedef enum {
HI_FLIP_HOR = 0,
HI_FLIP_VER = 1,
HI_FLIP_BOTH = 2
} hi_flip_mode;
Members
Member |
Description |
|---|---|
HI_FLIP_HOR |
Horizontal flipping. |
HI_FLIP_VER |
Vertical flipping. |
HI_FLIP_BOTH |
Both horizontal and vertical flipping, which is equivalent to 180-degree rotation. |
Parent topic: VPC Image Processing