hi_vpc_crop_resize_paste_region
Description
Defines the parameters for VPC cropping, resizing, and pasting.
Prototype
hi_vpc_crop_resize_paste_region = {"dest_pic_info": hi_vpc_pic_info,
"crop_region": hi_vpc_crop_region,
"resize_info": hi_vpc_resize_info,
"dest_top_offset": dest_top_offset,
"dest_left_offset": dest_left_offset}
Members
Member |
Description |
|---|---|
dest_pic_info |
Dictionary, destination image information. |
crop_region |
Dictionary, crop ROI information. |
resize_info |
Dictionary, image resizing information. |
dest_top_offset |
Int, top offset of the destination image. |
dest_left_offset |
Int, left offset of the destination image. |
Parent topic: Image Processing