Merge pull request #3866 from asmorkalov:as/xfeatures_build_fix

xFeatures2d build fix.
pull/3871/head^2 4.11.0
Alexander Smorkalov 4 months ago committed by GitHub
commit 0e5254ebf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp

@ -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 =============================

Loading…
Cancel
Save