我不太明白axes以下旋转功能中的参数:
scipy.ndimage.interpolation.rotate(input, angle, axes=(1, 0), reshape=True, output=None, order=3, mode='constant', cval=0.0, prefilter=True)
Run Code Online (Sandbox Code Playgroud)
文档中给出的解释如下:
axes:2个整数的元组,可选
两个轴定义旋转平面.默认是前两个轴.
两个轴可以定义一个旋转平面吗?