-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
194cbc5
commit 99bb83f
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/combine_grids/estimation_internal.h b/src/combine_grids/estimation_internal.h | ||
index 98c9428..5cd00fa 100644 | ||
--- a/src/combine_grids/estimation_internal.h | ||
+++ b/src/combine_grids/estimation_internal.h | ||
@@ -65,7 +65,7 @@ static inline cv::Ptr<cv::Feature2D> chooseFeatureFinder(FeatureType type) | ||
return cv::ORB::create(); | ||
case FeatureType::SURF: | ||
#ifdef HAVE_OPENCV_XFEATURES2D | ||
- return xfeatures2d::SURF::create(); | ||
+ return cv::xfeatures2d::SURF::create(); | ||
#else | ||
return cv::AKAZE::create(); | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters