使用skiimage或ndimage在python中旋转和变换图像的最佳方法

时间:2019-04-05 14:30:57

标签: python transform image-rotation ndimage

我在使用Scipy的python中转换和旋转图像时遇到问题。 在一个函数中,我得到三个参数:

  1. 图片
  2. 旋转= 2x2浮点数组
  3. transform = 1x2浮点数组

如何使用skiimage或ndimage将这些参数(2,3)应用到图像?

我尝试了一些来自网络的代码,但是我没有找到向图像添加2x2旋转矩阵的方法。

0 个答案:

没有答案