Scale array size using custom interpolation function.
Implemented as convenience function which calls resize using scaled shape of the input slice as:
scaled = resize(input, input.shape*scale)
See Implementation
Scale array size using custom interpolation function.
Implemented as convenience function which calls resize using scaled shape of the input slice as: