added gpu::printCudaDeviceInfo to all samples
This commit is contained in:
@@ -193,6 +193,8 @@ Args Args::read(int argc, char** argv)
|
||||
|
||||
App::App(const Args& s)
|
||||
{
|
||||
cv::gpu::printShortCudaDeviceInfo(cv::gpu::getDevice());
|
||||
|
||||
args = s;
|
||||
cout << "\nControls:\n"
|
||||
<< "\tESC - exit\n"
|
||||
|
Reference in New Issue
Block a user