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

@@ -3,7 +3,7 @@ SET(OPENCV_GPU_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc ope
opencv_calib3d opencv_legacy opencv_contrib opencv_gpu
opencv_nonfree opencv_softcascade opencv_superres
opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc
opencv_gpufeatures2d opencv_cudaoptflow opencv_gpubgsegm
opencv_cudafeatures2d opencv_cudaoptflow opencv_gpubgsegm
opencv_cudastereo opencv_cudalegacy)
ocv_check_dependencies(${OPENCV_GPU_SAMPLES_REQUIRED_DEPS})

View File

@@ -7,7 +7,7 @@
#include "opencv2/cudaimgproc.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/gpufeatures2d.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/cudafilters.hpp"
#include "opencv2/cudaoptflow.hpp"
#include "opencv2/gpubgsegm.hpp"

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;