VPC抠图功能需要的参数。
typedef struct {
hi_u32 top_offset;
hi_u32 left_offset;
hi_u32 crop_width;
hi_u32 crop_height;
} hi_vpc_crop_region;
成员名称 |
描述 |
|---|---|
top_offset |
上偏移。 |
left_offset |
左偏移。 |
crop_width |
抠图区域宽。 |
crop_height |
抠图区域高。 |