renamed gpufeatures2d -> cudafeatures2d

This commit is contained in:
Vladislav Vinogradov
2013-07-24 10:27:59 +04:00
parent 5660d6a680
commit 259ceb7eaa
29 changed files with 26 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/gpufeatures2d.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/nonfree/gpu.hpp"
using namespace std;