Merge pull request #13267 from LaurentBerger:StitchPython
authorLaurentBerger <laurent.berger@univ-lemans.fr>
Tue, 18 Dec 2018 18:49:16 +0000 (19:49 +0100)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Tue, 18 Dec 2018 18:49:16 +0000 (21:49 +0300)
commit2fb409b286acb0d16495ddc93326c8bf1944f1aa
tree7df97f39c39f647be4ce3879ec563514169955a7
parentfd27d5ea00c47ef05e7a345fd55e379c28eb7b29
Merge pull request #13267 from LaurentBerger:StitchPython

* Python wrapper for detail

* hide pyrotationwrapper

* copy code in pyopencv_rotationwarper.hpp

* move ImageFeatures MatchInfo and CameraParams in core/misc/

* add python test for detail

* move test_detail in test_stitching

* rename
20 files changed:
modules/core/misc/python/pyopencv_rotationwarper.hpp [new file with mode: 0644]
modules/python/src2/cv2.cpp
modules/python/test/test_stitching.py
modules/stitching/include/opencv2/stitching/detail/autocalib.hpp
modules/stitching/include/opencv2/stitching/detail/blenders.hpp
modules/stitching/include/opencv2/stitching/detail/camera.hpp
modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/include/opencv2/stitching/detail/timelapsers.hpp
modules/stitching/include/opencv2/stitching/detail/util.hpp
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/stitching/include/opencv2/stitching/warpers.hpp
modules/stitching/src/blenders.cpp
modules/stitching/src/exposure_compensate.cpp
modules/stitching/src/matchers.cpp
modules/stitching/src/seam_finders.cpp
modules/stitching/src/warpers.cpp
samples/python/stitching_detailed.py [new file with mode: 0644]