i got the above error for this code so please help me to find out the reason. import cv2
import numpy as np
img=cv2.imread("C:/Users/ravik_000/Desktop/photo",1) cv2.imshow('image',img) cv2.waitKey(0) cv2.destroyAllWindows()
1 | initial version |
i got the above error for this code so please help me to find out the reason. import cv2
img=cv2.imread("C:/Users/ravik_000/Desktop/photo",1) cv2.imshow('image',img) cv2.waitKey(0) cv2.destroyAllWindows()
2 | retagged |
i got the above error for this code so please help me to find out the reason. import cv2
img=cv2.imread("C:/Users/ravik_000/Desktop/photo",1) cv2.imshow('image',img) cv2.waitKey(0) cv2.destroyAllWindows()
i got the above error for this code so please help me to find out the reason.
import cv2reason.
import cv2
#import numpy as