单项选择题

A.cv2.rectangle(image,(x1,y1),(x2,y2),(color),thickness)
B.cv2.drawRectangle(image,(x1,y1),(x2,y2),(color),thickness)
C.cv2.rect(image,(x1,y1),(x2,y2),(color),thickness)
D.cv2.drawRect(image,(x1,y1),(x2,y2),(color),thickness)