renamed gpufilters -> cudafilters

This commit is contained in:
Vladislav Vinogradov
2013-07-23 16:24:55 +04:00
parent 71d61e07b1
commit 219b662127
74 changed files with 62 additions and 62 deletions

View File

@@ -8,7 +8,7 @@
// GPU structures and methods
#include <opencv2/cudaarithm.hpp>
#include <opencv2/gpufilters.hpp>
#include <opencv2/cudafilters.hpp>
using namespace std;
using namespace cv;