opencv/modules/objdetect/test
Dmitry Kurtaev 5ddf3de4ce
Merge pull request #24350 from dkurt:py_return_non_utf8_string
Encode QR code data to UTF-8 #24350

### Pull Request Readiness Checklist

**Merge with extra**: https://github.com/opencv/opencv_extra/pull/1105

resolves https://github.com/opencv/opencv/issues/23728

This is first PR in a series. Here we just return a raw Unicode. Later I will try expand QR codes decoding methods to use ECI assignment number and return a string with proper encoding, not only UTF-8 or raw unicode.

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
2023-10-12 17:39:57 +03:00
..
opencl add reproducer and bugfix 2021-05-25 11:28:23 +03:00
test_aruco_utils.cpp ChArUco pre460 pattern support 2023-05-04 16:59:04 +03:00
test_aruco_utils.hpp ChArUco pre460 pattern support 2023-05-04 16:59:04 +03:00
test_arucodetection.cpp fix cornerRefinementMethod binding 2023-06-05 11:04:11 +03:00
test_barcode.cpp objdetect: updated barcode test 2023-06-15 15:32:19 +03:00
test_boarddetection.cpp fixes extendDictionary, add test 2023-09-07 16:01:51 +03:00
test_cascadeandhog.cpp Add missing std namespace qualifiers 2023-09-06 13:46:39 +03:00
test_charucodetection.cpp Merge pull request #24126 from AleksandrPanov:fix_charuco_checkBoard 2023-09-20 14:38:14 +03:00
test_face.cpp upgrade FaceDetectorYN to v2 2023-03-21 12:41:02 +08:00
test_main.cpp Merge pull request #20422 from fengyuentau:dnn_face 2021-10-08 19:13:49 +00:00
test_precomp.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
test_qr_utils.hpp Fix compilation when HAVE_QUIRC is not set. 2023-07-03 11:35:05 +03:00
test_qrcode_encode.cpp Merge pull request #24194 from vrabaud:compilation_fix 2023-08-27 17:46:24 +00:00
test_qrcode.cpp Merge pull request #24350 from dkurt:py_return_non_utf8_string 2023-10-12 17:39:57 +03:00