opencv/modules/stitching/src
Martin Štefaňák 3125f9708d
Merge pull request #24989 from zteffi:enable-warpPointBackward-in-python
Remove bypass for ABI check in warpPointBackward #24989

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] ~~There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.~~
- [x] The feature is well documented and sample code can be built with the project CMake

### What? 
In my [PR](d31b6c3480) regarding `warpPointBackward`, I was asked by alalek to [add a bypass](https://github.com/opencv/opencv/pull/18607/files#r508423486) to python wrapper class, presumably to ship the changes in the newest patch release (4.5.1).

The bypass was not removed in 4.6.0 release, so please remove it in either 4.10.0 or 4.11.0. Thanks!

Co-authored-by: Martin Stefanak <martin.stefanak@codasip.com>
Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
2024-02-16 16:27:29 +03:00
..
cuda fix multiband_blend.cu build error in issue opencv_contrib#1012 2017-02-22 08:44:10 +08:00
opencl Added checking that z is non zero to buildWarpPlaneMaps kernel 2014-10-27 15:38:44 +03:00
autocalib.cpp Fix focal length estimation from homography matrix 2023-02-14 21:51:09 +03:00
blenders.cpp Update blenders.cpp 2023-06-02 16:46:05 +03:00
camera.cpp fix: supress GCC13 warnings (#24434) 2023-10-26 09:00:58 +03:00
exposure_compensate.cpp Added new data types to cv::Mat & UMat (#23865) 2023-08-04 10:50:03 +03:00
matchers.cpp fix typo confindece 2023-06-16 20:26:26 -04:00
motion_estimators.cpp Merge branch 4.x 2023-07-13 09:28:36 +03:00
precomp.hpp Merge branch 4.x 2024-01-23 17:06:52 +03:00
seam_finders.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
stitcher.cpp Merge pull request #19619 from amirtu:OCV-221_get_and_set_cameras_on_stitcher 2021-03-09 17:51:40 +00:00
timelapsers.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
util_log.hpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
util.cpp added timelapse 2014-07-15 09:32:47 -07:00
warpers_cuda.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
warpers.cpp Merge pull request #24989 from zteffi:enable-warpPointBackward-in-python 2024-02-16 16:27:29 +03:00