You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\gui.py", line 932, in process
self.start_error = process.start(path[0])
File "C:\process.py", line 135, in start
draw_delaunay( img_copy, subdiv, (255,219,0) ); #255, 219, 0
File "C:\process.py", line 108, in draw_delaunay
cv2.line(img, pt1, pt2, delaunay_color, lfont, cv2.LINE_AA, 0)
cv2.error: OpenCV(4.5.5) 👎 error: (-5:Bad argument) in function 'line'
Overload resolution failed:
Can't parse 'pt1'. Sequence item with index 0 has a wrong type
Can't parse 'pt1'. Sequence item with index 0 has a wrong type
The text was updated successfully, but these errors were encountered:
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\gui.py", line 932, in process
self.start_error = process.start(path[0])
File "C:\process.py", line 135, in start
draw_delaunay( img_copy, subdiv, (255,219,0) ); #255, 219, 0
File "C:\process.py", line 108, in draw_delaunay
cv2.line(img, pt1, pt2, delaunay_color, lfont, cv2.LINE_AA, 0)
cv2.error: OpenCV(4.5.5) 👎 error: (-5:Bad argument) in function 'line'
The text was updated successfully, but these errors were encountered: