1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #19443 from asmorkalov:as/guard_nonfree

This commit is contained in:
Alexander Alekhin
2021-02-02 11:12:14 +00:00
+2 -2
View File
@@ -44,7 +44,7 @@
namespace opencv_test { namespace {
#ifdef HAVE_OPENCV_XFEATURES2D
#if defined(HAVE_OPENCV_XFEATURES2D) && defined(OPENCV_ENABLE_NONFREE)
TEST(SurfFeaturesFinder, CanFindInROIs)
{
@@ -74,7 +74,7 @@ TEST(SurfFeaturesFinder, CanFindInROIs)
ASSERT_EQ(bad_count, 0);
}
#endif // HAVE_OPENCV_XFEATURES2D
#endif // HAVE_OPENCV_XFEATURES2D && OPENCV_ENABLE_NONFREE
TEST(ParallelFeaturesFinder, IsSameWithSerial)
{