Files
opencv/samples/cpp
Alexander Panov 9fa014edcd Merge pull request #23264 from AleksandrPanov:add_detect_qr_with_aruco
Add detect qr with aruco #23264

Using Aruco to detect finder patterns to search QR codes.

TODO (in next PR):
- add single QR detect (update `detect()` and `detectAndDecode()`)
- need reduce full enumeration of finder patterns
- need add finder pattern info to `decode` step
- need to merge the pipeline of the old and new algorithm

[Current results:](https://docs.google.com/spreadsheets/d/1ufKyR-Zs-IGXwvqPgftssmTlceVjiQX364sbrjr2QU8/edit#gid=1192415584)
+20% total detect, +8% total decode in OpenCV [QR benchmark](https://github.com/opencv/opencv_benchmarks/tree/develop/python_benchmarks/qr_codes) 

![res1](https://user-images.githubusercontent.com/22337800/231228556-191d3eae-a318-44e1-af99-e7d420bf6248.png)


78.4% detect, 58.7% decode vs 58.5 detect, 50.5% decode in default

[main.py.txt](https://github.com/opencv/opencv/files/10762369/main.py.txt)

![res2](https://user-images.githubusercontent.com/22337800/231229123-ed7f1eda-159a-444b-a3ff-f107d8eb4a20.png)


add new info to [google docs](https://docs.google.com/spreadsheets/d/1ufKyR-Zs-IGXwvqPgftssmTlceVjiQX364sbrjr2QU8/edit?usp=sharing)


### 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
- [ ] 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
2023-06-02 16:18:24 +03:00
..
2022-07-12 19:42:39 +09:00
2019-09-05 01:10:51 +03:00
2018-11-16 18:08:22 +00:00
2021-09-11 23:58:14 +03:00
2020-07-23 20:09:37 +03:00
2019-09-05 01:10:51 +03:00
2021-12-22 13:24:30 +00:00
2019-09-05 01:10:51 +03:00
2019-09-20 18:03:26 +03:00
2019-09-20 18:03:26 +03:00
2021-12-22 13:24:30 +00:00
2023-03-15 21:30:26 +08:00
2022-07-02 00:56:10 +03:00
2019-09-05 01:10:51 +03:00
2020-07-23 20:09:37 +03:00
2021-10-01 16:23:16 +03:00
2021-12-22 13:24:30 +00:00
2018-11-16 18:08:22 +00:00
2016-07-07 09:29:41 +02:00
2018-11-16 18:08:22 +00:00
2019-09-05 01:10:51 +03:00
2016-12-15 15:39:47 +03:00
2019-09-05 01:10:51 +03:00
2019-09-05 01:10:51 +03:00
2020-08-20 12:20:25 +02:00
2020-07-23 20:23:31 +03:00
2023-02-07 01:19:00 +03:00
2022-08-22 11:14:59 +08:00