【发布时间】:2018-12-18 12:14:58
【问题描述】:
我是 Python 新手,我想知道是否有办法调整包含 rgb 图像的数组的大小。
imageA_array[height1][width1][3]
转换成
imageB_array[height2][width2][3]
imageB 会产生比 imageA 更小的图像(height2
提前致谢。
【问题讨论】:
-
你能把你的代码贴出来吗?
标签: python arrays image vision