OpenCV(4.5.2) C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-_8k9tw8n\opencv\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' #13
Unanswered
HrutujaDiwane
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
You r trying to convert the color of the image that is not yet loaded into the "img" variable. Thus, try to read the image properly. If possible then share the dataset also so that i can debug the code that u have shared. Without the data set it won't be possible for me to debug it completely. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions