1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #18646 from qchateau:wave-auto

* stitching: add WAVE_CORRECT_AUTO

* stitching: use CV_EXPORTS
This commit is contained in:
Quentin Chateau
2020-10-25 16:58:27 +01:00
committed by GitHub
parent 72dfd4846e
commit 36598677cf
4 changed files with 107 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
#include "opencv2/ts.hpp"
#include "opencv2/stitching.hpp"
#include "opencv2/stitching/detail/motion_estimators.hpp"
#include "opencv2/stitching/detail/matchers.hpp"
#include "opencv2/stitching/detail/blenders.hpp"
#include "opencv2/stitching/detail/exposure_compensate.hpp"