Is it possible change all the dimensions of an image using cv2?

前端 未结 0 585
野趣味
野趣味 2020-12-28 11:28

I have an image that when I read the shape of, it comes out like this:

data = cv2.imread("myimg.png")
data.shape
(145, 145, 3)

I wa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题