单项选择题

在OpenCV中,如何使用鼠标在图像上绘制矩形框?()

A.cv2.setMouseCallback()
B.cv2.imshow()
C.cv2.waitKey()
D.cv2.VideoCapture()