Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
namespace opencv_test { namespace {
|
||||
|
||||
#ifdef HAVE_OPENCV_XFEATURES2D
|
||||
#if defined(HAVE_OPENCV_XFEATURES2D) && defined(OPENCV_ENABLE_NONFREE)
|
||||
|
||||
TEST(SurfFeaturesFinder, CanFindInROIs)
|
||||
{
|
||||
@@ -80,7 +80,7 @@ TEST(SurfFeaturesFinder, CanFindInROIs)
|
||||
EXPECT_EQ(bad_count, 0);
|
||||
}
|
||||
|
||||
#endif // HAVE_OPENCV_XFEATURES2D
|
||||
#endif // HAVE_OPENCV_XFEATURES2D && OPENCV_ENABLE_NONFREE
|
||||
|
||||
TEST(ParallelFeaturesFinder, IsSameWithSerial)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user