1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #1348 from SpecLad:merge-2.4

This commit is contained in:
Roman Donchenko
2013-08-28 13:41:39 +04:00
committed by OpenCV Buildbot
572 changed files with 4177 additions and 5910 deletions
-1
View File
@@ -458,4 +458,3 @@ inline string App::workFps() const
ss << work_fps;
return ss.str();
}
-1
View File
@@ -88,4 +88,3 @@ int main(int argc, const char* argv[])
return 0;
}
-2
View File
@@ -379,5 +379,3 @@ void App::handleKey(char key)
break;
}
}
+1 -1
View File
@@ -212,7 +212,7 @@ int main(int argc, const char* argv[])
#if defined(HAVE_OPENCV_OCL)
cout << "Mode : " << (useCuda ? "CUDA" : useOcl? "OpenCL" : "CPU") << endl;
#else
cout << "Mode : " << (useGpu ? "CUDA" : "CPU") << endl;
cout << "Mode : " << (useCuda ? "CUDA" : "CPU") << endl;
#endif
}