Benjamin Kampfer
Results
1
comments of
Benjamin Kampfer
Adding a third value in front of the other two also solved the problem for me. For example: `_, contours, hierarchy = cv2.findContours(edges.copy(), cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE)` Apparently findContours got changed some...