单项选择题

A.cv2.rotate(image,cv2.ROTATE_90_CLOCKWISE)
B.cv2.rotate(image,cv2.ROTATE_90_COUNTERCLOCKWISE)
C.cv2.transform(image,cv2.ROTATE_90_CLOCKWISE)
D.cv2.transform(image,cv2.ROTATE_90_COUNTERCLOCKWISE)