Answers for "cv2.error: opencv(3.4.15) /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/t/pip-req-build-kybffqg3/opencv/modules/imgproc/src/thresh.cpp:1546: error: (-215:assertion failed) src.type( ) == cv_8uc1 in function 'threshold'"

3

cv2.error: OpenCV(4.5.3) C:UsersrunneradminAppDataLocalTemppip-req-build-q3d_8t8eopencvmodulesimgprocsrccolor.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'

Try Giving Full Path. 
This seems to be the path issue in windows. 
I changed it to a full path like this and it worked.

filename = "D:SandboxGithubopencv-projectResourcesPhotoscats.jpg"
Posted by: Guest on July-29-2021

Code answers related to "cv2.error: opencv(3.4.15) /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/t/pip-req-build-kybffqg3/opencv/modules/imgproc/src/thresh.cpp:1546: error: (-215:assertion failed) src.type( ) == cv_8uc1 in function 'threshold'"

Browse Popular Code Answers by Language