some device layer utility functions

This commit is contained in:
Anatoly Baksheev
2010-11-15 08:42:10 +00:00
parent 19544b3d54
commit ac5298815a
4 changed files with 295 additions and 3 deletions

View File

@@ -135,7 +135,8 @@ namespace cv
}
void error(const char *error_string, const char *file, const int line, const char *func)
{
{
//if (uncaught_exception())
cv::error( cv::Exception(CV_GpuApiCallError, error_string, func, file, line) );
}
}