Commit 7da16d6f authored by Ilya Lavrenov's avatar Ilya Lavrenov

used proper method

parent 0e4bd80b
......@@ -496,7 +496,7 @@ using namespace std;
int main(int argc, char** argv)
{
cv::CommandLineParser parser(argc, argv, keys);
bool useCamera = parser.has("camera");
bool useCamera = parser.get<bool>("camera");
string file = parser.get<string>("file");
bool showHelp = parser.get<bool>("help");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment