added CUFFT errors handling into GPU module

This commit is contained in:
Alexey Spizhevoy
2010-12-22 08:03:53 +00:00
parent 8190837dd4
commit a6d9cce500
5 changed files with 92 additions and 25 deletions

View File

@@ -247,7 +247,8 @@ enum {
CV_StsAssert= -215, /* assertion failed */
CV_GpuNotSupported= -216,
CV_GpuApiCallError= -217,
CV_GpuNppCallError= -218
CV_GpuNppCallError= -218,
CV_GpuCufftCallError= -219
};
/****************************************************************************************\