单项选择题

A.cv2.cvtColor(image,cv2.COLOR_BGR2GRAY)
B.cv2.colorConvert(image,cv2.COLOR_BGR2GRAY)
C.cv2.convertToGray(image)
D.cv2.grayScale(image)