Ask Your Question

Revision history [back]

please try the following Python code:

import cv2
im=cv2.imread('image file name') # please put the actual image file name in the quothes
cv2.imshow('image', im)
cv2.waitKey(0)