We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814ff52 commit 221bbeaCopy full SHA for 221bbea
1 file changed
async_detector/main.cpp
@@ -43,5 +43,7 @@ int main(int argc, char** argv)
43
slow_detector.Process();
44
45
cv::destroyAllWindows();
46
+
47
+ std::cout << "Correct exit" << std::endl;
48
return 0;
49
}
0 commit comments