MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / resize_image

Function resize_image

python/caffe/io.py:306–338  ·  view source on GitHub ↗

Resize an image array with interpolation. Parameters ---------- im : (H x W x K) ndarray new_dims : (height, width) tuple of new dimensions. interp_order : interpolation order, default is linear. Returns ------- im : resized ndarray with shape (new_dims[0], new

(im, new_dims, interp_order=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

preprocessMethod · 0.85

Calls 1

tupleFunction · 0.50

Tested by

no test coverage detected