多项选择题

以下哪些操作可以用来显示图片?()

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