Opencv——python画点、画框

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

你可能感兴趣的:(OpenCV,opencv,计算机视觉,python)