opencv/modules/objdetect/test
Vincent Rabaud c16927605d
Merge pull request #25938 from vrabaud:charuco
Properly check markers when none are provided. #25938

CharucoDetectorImpl::detectBoard finds temporary markers when none are provided but those are discarded when
charucoDetectorImpl::checkBoard is called.

### 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
2024-07-24 09:27:07 +03:00
..
opencl add reproducer and bugfix 2021-05-25 11:28:23 +03:00
test_aruco_tutorial.cpp Merge pull request #25378 from AleksandrPanov:move_charuco_tutorial 2024-04-16 12:14:33 +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 add new contour filtering, test, refactoring 2023-11-09 11:22:04 +03:00
test_barcode.cpp Merge pull request #24903 from cristidbr-adapta:feature-barcode-detector-parameters 2024-05-20 09:53:22 +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 #25938 from vrabaud:charuco 2024-07-24 09:27:07 +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 pull request #23736 from seanm:c++11-simplifications 2024-01-19 16:53:08 +03:00
test_qr_utils.hpp Merge pull request #24299 from dkurt:qrcode_decode 2023-11-24 11:35:36 +03:00
test_qrcode_encode.cpp Merge pull request #24548 from dkurt:qrcode_struct_append_decode 2024-02-01 16:15:14 +03:00
test_qrcode.cpp Merge pull request #25026 from akretz:fix_qrcode_bugs 2024-02-16 16:09:04 +03:00