赞
踩
python2/3 opencv的fitline函数
# python2 line_temp = cv2.fitLine(np.array(lines_[i]), cv2.cv.CV_DIST_HUBER, 0, 0.1, 0.01) #python3 line_temp = cv2