modified according to NPP for CUDA 3.2 API updates.
This commit is contained in:
@@ -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. */
|
Reference in New Issue
Block a user