OpenCV imshow not responding

后端 未结 0 1692
执笔经年
执笔经年 2020-12-21 09:26

I have the little test.py code below

import cv2

image = cv2.imread("sample.png")
print(image) #not None

cv2.imshow("Photo", image)

cv2.         


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