resize¶

Functionality¶
Resizes an image.
Inputs¶
- dsize_in – Output image size.
- fx_in – Fx and fy and let the function compute the destination image size.
- fy_in – Fx and fy and let the function compute the destination image size.
- image_in – Input image.
- interpolation_in – Interpolation method.
Outputs¶
- image_out – Output image.
Locals¶
- loc_resize_mode – Loc resize mode.
Examples¶
