标签: imshow
img = cv2.imread('messi.jpg') cv2.imshow('Messi',img) cv2.waitKey(0) cv2.destroyAllWindows()