Skip to content

Commit

Permalink
Merge pull request #3866 from asmorkalov:as/xfeatures_build_fix
Browse files Browse the repository at this point in the history
xFeatures2d build fix.
  • Loading branch information
asmorkalov authored Jan 8, 2025
2 parents 5a6d80a + 9060b31 commit 0e5254e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace opencv_test { namespace {

static const char* const IMAGE_TSUKUBA = "features2d/tsukuba.png";
#ifdef OPENCV_ENABLE_NONFREE
#if defined(OPENCV_ENABLE_NONFREE) || defined (OPENCV_XFEATURES2D_HAS_VGG_DATA)
static const char* const IMAGE_BIKES = "detectors_descriptors_evaluation/images_datasets/bikes/img1.png";
#endif // OPENCV_ENABLE_NONFREE
// ========================== ROTATION INVARIANCE =============================
Expand Down

0 comments on commit 0e5254e

Please sign in to comment.