opencv/modules/objdetect/perf
Alexander Panov b2db959619
Merge pull request #25035 from AleksandrPanov:fix_Barcode_detectAndDecode
Fix barcode detectAndDecode #25035

The method `detectAndDecode()` in the `BarcodeDetector` class doesn't return the barcode corners.
This PR fixes the and add test for `detectAndDecode`.

### 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.
- [ ] The feature is well documented and sample code can be built with the project CMake
2024-02-16 16:37:49 +03:00
..
opencl next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
perf_aruco.cpp fix cornerRefinementMethod binding 2023-06-05 11:04:11 +03:00
perf_barcode.cpp Merge pull request #25035 from AleksandrPanov:fix_Barcode_detectAndDecode 2024-02-16 16:37:49 +03:00
perf_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
perf_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_qrcode_pipeline.cpp Merge pull request #24299 from dkurt:qrcode_decode 2023-11-24 11:35:36 +03:00