zoomMultipliers = np.array(tempShape) / np.array(inShape) + 0.0000001 assert zoomMultipliers.min() >= 1 # applying scipy.ndimage.zoom ...
確定! 回上一頁