我想要垂直连接很多图像。我使用skimage读取图像,然后在每次迭代中,io读取图像,vconcat垂直连接旧图像上的新图像。我的代码的结果没有将图像连接起来,只是将图像组合在一起。有什么想法吗?如何使每个迭代中的每个图像垂直连接在一起?我想将第一个图像和第二个图像垂直连接起来:
但我得到了这个结果:
data = [] for k in range
代码要求从2-5之间的数字输入计数到最多5,但最后一个要求是输出必须是文字数字。num = int(input('Enter a number (2-5): '))while count <= num: printnum = int(input('Enter a number (2-5): ')) count = count + 1Enter a number(<