我有两个不同的图像(视频帧):
第一张图片:
print(img1.shape) (31,27,3)
第二张图片:
print(img2.shape) (31,27)
我如何删除第一张图像上的值 3?
python opencv image shapes
image ×1
opencv ×1
python ×1
shapes ×1