mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
Not not test stitiching with SURF, if NONFREE is disabled
This commit is contained in:
@@ -8,7 +8,7 @@ using namespace perf;
|
||||
|
||||
typedef TestBaseWithParam<tuple<string, string> > bundleAdjuster;
|
||||
|
||||
#ifdef HAVE_OPENCV_XFEATURES2D
|
||||
#if defined(HAVE_OPENCV_XFEATURES2D) && defined(OPENCV_ENABLE_NONFREE)
|
||||
#define TEST_DETECTORS testing::Values("surf", "orb")
|
||||
#else
|
||||
#define TEST_DETECTORS testing::Values<string>("orb")
|
||||
|
||||
Reference in New Issue
Block a user