hi_vpc_crop_resize_paste_region
Description
Defines the parameters for VPC cropping, resizing, and pasting.
Prototype
typedef struct {
hi_vpc_pic_info dest_pic_info;
hi_vpc_crop_region crop_region;
hi_vpc_resize_info resize_info;
hi_u32 dest_top_offset;
hi_u32 dest_left_offset;
} hi_vpc_crop_resize_paste_region;
Members
Member |
Description |
|---|---|
dest_pic_info |
Information about the destination image. |
crop_region |
Information about the crop ROI. |
resize_info |
Image resizing information. |
dest_top_offset |
Top offset of the paste ROI. |
dest_left_offset |
Left offset of the paste ROI. |
Parent topic: VPC Image Processing