mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
bugfix-for-3231
This commit is contained in:
parent
e1397f6c1f
commit
030fa5673e
@ -211,7 +211,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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user