- 画点:cv2.circle(img, center, radius, color[, thickness[, lineType[, shift]]])
- 画框:cv2.rectangle(image, start_point, end_point, color, thickness)
                
Opencv——python画点、画框
阅读 49
2022-12-07
cv2.circle(img, center, radius, color[, thickness[, lineType[, shift]]])
cv2.rectangle(image, start_point, end_point, color, thickness)
                
相关推荐
精彩评论(0)