Commit b993b9b7 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8590 from berak:patch-2

parents 2be4f2c4 7ce6895a
......@@ -105,7 +105,7 @@ int main(int argc, const char* argv[])
string fname1 = cmd.get<string>("r");
string vdofile = cmd.get<string>("v");
string outpath = cmd.get<string>("o");
bool useCPU = cmd.get<bool>("s");
bool useCPU = cmd.get<bool>("m");
bool useCamera = cmd.get<bool>("c");
int inputName = cmd.get<int>("c");
......
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