Skip to content

Commit

Permalink
Fix undefined IMAGE_BIKES
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 8, 2025
1 parent 5a6d80a commit f03788e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ INSTANTIATE_TEST_CASE_P(SURF, DetectorScaleInvariance, Values(
INSTANTIATE_TEST_CASE_P(SURF, DescriptorScaleInvariance, Values(
make_tuple(IMAGE_BIKES, []() { return SURF::create(); }, []() { return SURF::create(); }, 0.7f)
));
#endif // NONFREE


#if 0 // DAISY is not scale invariant
Expand Down Expand Up @@ -205,7 +204,6 @@ INSTANTIATE_TEST_CASE_P(VGG48, DescriptorScaleInvariance, Values(
));
#endif // OPENCV_XFEATURES2D_HAS_VGG_DATA

#ifdef OPENCV_ENABLE_NONFREE // SURF detector is used in tests
#ifdef OPENCV_XFEATURES2D_HAS_BOOST_DATA
INSTANTIATE_TEST_CASE_P(BoostDesc_BGM, DescriptorScaleInvariance, Values(
make_tuple(IMAGE_BIKES,
Expand Down

0 comments on commit f03788e

Please # to comment.