在OpenCV中,如何将图像旋转90度?()A.cv2.rotate(image,cv2.ROTATE_90_...
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)