hi_vpc_crop_resize_region
Description
Defines the parameters for VPC cropping and resizing.
Prototype
typedef struct {
hi_vpc_pic_info dest_pic_info;
hi_vpc_crop_region crop_region;
hi_vpc_resize_info resize_info;
} hi_vpc_crop_resize_region;
Members
Member |
Description |
|---|---|
dest_pic_info |
Information about the destination image. |
crop_region |
Information about the crop ROI. |
resize_info |
Image resizing information. |
Considerations
The number of source images is up to 256. The width and height for resizing must be the same as those of the target image.
Parent topic: VPC Image Processing