We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a6d80a + 9060b31 commit 0e5254eCopy full SHA for 0e5254e
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