hi_rotate_param
Description
Defines the rotation information.
Prototype
typedef struct {
hi_vpc_pic_info src;
hi_vpc_pic_info dst;
hi_rotation angle;
} hi_rotate_param;
Members
Member |
Description |
|---|---|
src |
Input image information. |
dst |
Output image information. |
angle |
Rotation angle. |
Parent topic: VPC Image Processing