Merge pull request #21420 from lukasalexanderweber:4.x
authorLukas-Alexander Weber <32765578+lukasalexanderweber@users.noreply.github.com>
Tue, 1 Feb 2022 16:56:44 +0000 (17:56 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 16:56:44 +0000 (16:56 +0000)
commitd37bcbdc92fc108a8cba0a52422788786bda77d9
treeab6f3a2a98809ebab9a73fc3dbe1c9706fdc41c8
parenta92cba84847f6ac822a93397ac3f7568769fef9a
Merge pull request #21420 from lukasalexanderweber:4.x

Introduce Cropping to OpenCV Stitching Tool

* Introduced Cropping

* integrate https://github.com/opencv/opencv/pull/21413/

* fixed failing subsetter tests

* updated stuff
17 files changed:
apps/opencv_stitching_tool/opencv_stitching/blender.py
apps/opencv_stitching_tool/opencv_stitching/cropper.py [new file with mode: 0644]
apps/opencv_stitching_tool/opencv_stitching/feature_matcher.py
apps/opencv_stitching_tool/opencv_stitching/image_handler.py
apps/opencv_stitching_tool/opencv_stitching/largest_interior_rectangle.py [new file with mode: 0644]
apps/opencv_stitching_tool/opencv_stitching/megapix_downscaler.py [deleted file]
apps/opencv_stitching_tool/opencv_stitching/megapix_scaler.py
apps/opencv_stitching_tool/opencv_stitching/panorama_estimation.py [deleted file]
apps/opencv_stitching_tool/opencv_stitching/seam_finder.py
apps/opencv_stitching_tool/opencv_stitching/stitcher.py
apps/opencv_stitching_tool/opencv_stitching/subsetter.py
apps/opencv_stitching_tool/opencv_stitching/test/test_megapix_scaler.py
apps/opencv_stitching_tool/opencv_stitching/test/test_performance.py
apps/opencv_stitching_tool/opencv_stitching/test/test_registration.py
apps/opencv_stitching_tool/opencv_stitching/test/test_stitcher.py
apps/opencv_stitching_tool/opencv_stitching/warper.py
apps/opencv_stitching_tool/opencv_stitching_tool.py