added gpu::printCudaDeviceInfo to all samples
This commit is contained in:
@@ -109,6 +109,8 @@ int main(int argc, const char *argv[])
|
||||
return cerr << "No GPU found or the library is compiled without GPU support" << endl, -1;
|
||||
}
|
||||
|
||||
cv::gpu::printShortCudaDeviceInfo(cv::gpu::getDevice());
|
||||
|
||||
string cascadeName;
|
||||
string inputName;
|
||||
bool isInputImage = false;
|
||||
|
Reference in New Issue
Block a user