I'm trying to resize the image using opencv in google colab but it's throwing error

后端 未结 0 1296
后悔当初
后悔当初 2020-12-02 00:59

I\'m trying to resize the image but it\'s throwing error in google colab.

images = cv2.imread(\'uk-dl.jpg\')
image_resize = cv2.resize(images, (4600, 5500))
c         


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