-
宇宙预报员
发布于 2020-02-27 20:55
-
收藏
rect,contours, hierarchy = cv2.findContours(fgmask, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE)代码是这样的Traceback (most recent call last):File "F:/untitled1/.idea/ceshi.py", line 15, in <module>rect,contours, hierarchy = cv2.fi..