Getting error - 'could not find a writer'while giving imshow, imwrite command opencv

后端 未结 4 1563
情话喂你
情话喂你 2021-01-04 14:24

I am a beginner at opencv and python. I have just installed opencv2.4.9 and enthought canopy-32bit. I am getting error for the following:

import cv2
image =          


        
4条回答
  •  耶瑟儿~
    2021-01-04 14:51

    I could solve this problem by simply adding the extension '.jpg' etc at the end of the image and it worked for me!

提交回复
热议问题