【发布时间】:2022-11-20 11:48:44
【问题描述】:
Imagine I have a 3D image in a np array. I want to shift it along x-axis, y-axis and z-axis...
What does shift represent in the function scipy.ndimage.shift? Is it a float representing a ratio? Is it the number of pixels to be shifted?
If shift=[0.5, 0, 0] is the image being shifted in the x-axis by how much?
【问题讨论】: