1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00
This commit is contained in:
Vladislav Vinogradov
2011-10-26 12:44:38 +00:00
parent f1cb2431b8
commit 509730c1cd
+1 -2
View File
@@ -141,8 +141,7 @@ namespace cv
//////////////////////////////// Error handling ////////////////////////
//CV_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func);
//CV_EXPORTS void nppError( int err, const char *file, const int line, const char *func);
CV_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func);
//////////////////////////////// CudaMem ////////////////////////////////
// CudaMem is limited cv::Mat with page locked memory allocation.