hi_vpc_resize_info
Description
Defines the parameters for VPC resizing.
Prototype
hi_vpc_resize_info = {"resize_width": resize_width,
"resize_height": resize_height,
"interpolation": interpolation}
Members
Member |
Description |
|---|---|
resize_width |
Int, image width after resizing. |
resize_height |
Int, image height after resizing. |
interpolation |
Int, resizing algorithm. |
Parent topic: Image Processing