2017电赛国赛滚球控制系统摄像头部分(精度偏差0.5cm左右)

import cv2 import math import numpy as np def ban_detect(contours): for cnt in range(len(contours)): arcLength = cv2.arcLength(contours[cnt], True) if arcLength > 1000:
相关文章
相关标签/搜索