Created by: JiayiFeng
-
All code in the Python API
resize_bilinear
are moved toimage_resize(...)
, for most of them can be shared by resizing of different resampling methods. -
The API
resize_bilinear
is still retained for the reason of backward compatible. It is an alias ofimage_resize(..., resample='BILINEAR')
. -
Add a new Python API:
image_resize_short
.