多项选择题

A.cv2.calcHist([img],[0],None,[256],[0,256])
B.plt.hist(img.ravel(),256,[0,256])
C.cv2.equalizeHist(img)
D.cv2.histogram(img)