modified according to NPP for CUDA 3.2 API updates.

This commit is contained in:
Anatoly Baksheev
2010-09-24 16:41:34 +00:00
parent a8161b7888
commit a5910ac068
5 changed files with 32 additions and 26 deletions

View File

@@ -41,16 +41,4 @@
#include "precomp.hpp"
/* End of file. */
namespace cv
{
namespace gpu
{
extern "C" void error(const char *error_string, const char *file, const int line, const char *func)
{
cv::error( cv::Exception(CV_GpuApiCallError, error_string, func, file, line) );
}
}
}
/* End of file. */