- 画点:
cv2.circle(img, center, radius, color[, thickness[, lineType[, shift]]])
- 画框:
cv2.rectangle(image, start_point, end_point, color, thickness)
cv2.circle(img, center, radius, color[, thickness[, lineType[, shift]]])
cv2.rectangle(image, start_point, end_point, color, thickness)