多项选择题

A.cv2.imshow(’Window Name’,img)
B.cv2.display(img)
C.plt.imshow(img)(假设plt是matplotlib.pyplot的别名)
D.img.show()