We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d80a commit 9060b31Copy full SHA for 9060b31
modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp
@@ -10,7 +10,7 @@
10
namespace opencv_test { namespace {
11
12
static const char* const IMAGE_TSUKUBA = "features2d/tsukuba.png";
13
-#ifdef OPENCV_ENABLE_NONFREE
+#if defined(OPENCV_ENABLE_NONFREE) || defined (OPENCV_XFEATURES2D_HAS_VGG_DATA)
14
static const char* const IMAGE_BIKES = "detectors_descriptors_evaluation/images_datasets/bikes/img1.png";
15
#endif // OPENCV_ENABLE_NONFREE
16
// ========================== ROTATION INVARIANCE =============================
0 commit comments