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 Tkinter callback
Traceback (most recent call last):
File "tkinter_init_.py", line 1558, in call
File "stremove.py", line 222, in
File "stremove.py", line 135, in removeScreentones
File "stremove.py", line 25, in blur
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\core\src\matrix.cpp:757: error: (-215:Assertion failed) dims <= 2 && step[0] > 0 in function 'cv::Mat::locateROI'
The text was updated successfully, but these errors were encountered:
I put five black and white cartoons, the sharpening value is the default (I don't adjust anything), and then input the location (package/input_images) and output (package/output). As a result, I ran the stremove.exe file and these errors occurred
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter_init_.py", line 1558, in call
File "stremove.py", line 222, in
File "stremove.py", line 135, in removeScreentones
File "stremove.py", line 25, in blur
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\core\src\matrix.cpp:757: error: (-215:Assertion failed) dims <= 2 && step[0] > 0 in function 'cv::Mat::locateROI'
The text was updated successfully, but these errors were encountered: