【发布时间】:2015-12-16 20:42:19
【问题描述】:
是什么导致了这行代码中的 SystemError
cv2.line(output, point1, point2, (0,0,255), 5)?
【问题讨论】:
-
听起来和"System error: new style getargs format but argument is not a tuple" when using cv2.blur的问题一样。
point1和point2是元组吗? -
你能在问题中发布完整的错误吗?
-
发布完整代码,看看这些变量是什么。