1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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
+2 -1
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) );
}
}