Opening an Image with OpenCV and Python from the terminal

后端 未结 0 1515
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 13:36

I am trying to run the follow script from the terminal.

import cv2

img = cv2.imread(\'/DATA/00-puppy.jpg\')

while True:

    cv2.imshow(\'Puppy\',img) #?

          


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