opencv/modules/objdetect
Maxim Smolskiy 75598e5377
Merge pull request #27877 from MaximSmolskiy:fix_QRCodeDetector_detectAndDecode_crash
Fix QRCodeDetector::detectAndDecode crash #27877

### Pull Request Readiness Checklist

Fix #27807 

The problem is that when we find closest points from hull, we can get same closest point for several different points

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
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2025-10-08 08:50:54 +03:00
..
doc Merge pull request #27730 from Kumataro:fix27729 2025-09-08 10:35:01 +03:00
include/opencv2 Charuco detector: stop-gap measure for poor detection rate on tough perspective 2025-06-19 12:16:09 +02:00
misc Fixed out-of-bound access issue in QR Encoder Java warappers. 2025-06-26 17:19:10 +03:00
perf Merge pull request #25035 from AleksandrPanov:fix_Barcode_detectAndDecode 2024-02-16 16:37:49 +03:00
src Merge pull request #27877 from MaximSmolskiy:fix_QRCodeDetector_detectAndDecode_crash 2025-10-08 08:50:54 +03:00
test Merge pull request #27877 from MaximSmolskiy:fix_QRCodeDetector_detectAndDecode_crash 2025-10-08 08:50:54 +03:00
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00