hi_vpc_resize_info
Description
Defines the parameters for VPC resizing.
Prototype
typedef struct {
hi_u32 resize_width;
hi_u32 resize_height;
hi_u32 interpolation;
} hi_vpc_resize_info;
Members
Member |
Description |
|---|---|
resize_width |
Destination width. |
resize_height |
Destination height. |
interpolation |
Resizing algorithm. You are advised to use the same resizing algorithm as that in model training. The following resizing algorithms are supported:
On the On the On the On the |