mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #8590 from berak:patch-2
This commit is contained in:
commit
b993b9b7c7
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user