Commit 3542da71 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2336 from SpecLad:useOclChanged

parents 0fc248fb 88f993db
...@@ -53,7 +53,6 @@ static Ptr<DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu) ...@@ -53,7 +53,6 @@ static Ptr<DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu)
int main(int argc, const char* argv[]) int main(int argc, const char* argv[])
{ {
useOclChanged = false;
CommandLineParser cmd(argc, argv, CommandLineParser cmd(argc, argv,
"{ v video | | Input video }" "{ v video | | Input video }"
"{ o output | | Output video }" "{ o output | | Output video }"
......
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