replaced GPU -> CUDA

This commit is contained in:
Vladislav Vinogradov
2013-07-24 13:55:18 +04:00
parent 3c34b24f1f
commit fd88654b45
172 changed files with 2434 additions and 2436 deletions

View File

@@ -82,7 +82,7 @@ void DeviceManager::load(int i)
if (!info.isCompatible())
{
msg << "Device " << i << " [" << info.name() << "] is NOT compatible with current GPU module build";
msg << "Device " << i << " [" << info.name() << "] is NOT compatible with current CUDA module build";
CV_Error(cv::Error::StsBadArg, msg.str());
}