We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7d6f3 commit eb3169dCopy full SHA for eb3169d
src/aithreshold.cpp
@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
92
93
if (src.channels() == 3)
94
{
95
- cv::cvtColor(src, gray, CV_BGR2GRAY);
+ cv::cvtColor(src, gray, cv::COLOR_BGR2GRAY);
96
}
97
else
98
0 commit comments