moved SURF_GPU and VIBE to gpunonfree module
This commit is contained in:
@@ -4,10 +4,15 @@
|
||||
#include "opencv2/calib3d/calib3d.hpp"
|
||||
#include "opencv2/video/video.hpp"
|
||||
#include "opencv2/gpu/gpu.hpp"
|
||||
#include "opencv2/nonfree/nonfree.hpp"
|
||||
#include "opencv2/legacy/legacy.hpp"
|
||||
#include "performance.h"
|
||||
|
||||
#include "opencv2/opencv_modules.hpp"
|
||||
#ifdef HAVE_OPENCV_GPUNONFREE
|
||||
#include "opencv2/gpunonfree/gpunonfree.hpp"
|
||||
#include "opencv2/nonfree/nonfree.hpp"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
|
||||
@@ -266,6 +271,7 @@ TEST(meanShift)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_OPENCV_GPUNONFREE
|
||||
|
||||
TEST(SURF)
|
||||
{
|
||||
@@ -294,6 +300,8 @@ TEST(SURF)
|
||||
GPU_OFF;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
TEST(FAST)
|
||||
{
|
||||
|
Reference in New Issue
Block a user