added gpu::printCudaDeviceInfo to all samples

Esse commit está contido em:
Vladislav Vinogradov
2012-01-30 07:20:09 +00:00
commit d38ca09738
17 arquivos alterados com 213 adições e 1 exclusões
+2
Ver Arquivo
@@ -71,6 +71,8 @@ int main(int argc, char **argv)
for (int i = 0; i < num_devices; ++i)
{
cv::gpu::printShortCudaDeviceInfo(i);
DeviceInfo dev_info(i);
if (!dev_info.isCompatible())
{