opencv/modules/objdetect/test
Alexander Panov b4b35cff15
Merge pull request #22368 from AleksandrPanov:move_contrib_aruco_to_main_objdetect
Megre together with https://github.com/opencv/opencv_contrib/pull/3325

1. Move aruco_detector, aruco_board, aruco_dictionary, aruco_utils to objdetect
1.1 add virtual Board::draw(), virtual ~Board()
1.2 move `testCharucoCornersCollinear` to Board classes (and rename to `checkCharucoCornersCollinear`)
1.3 add wrappers to keep the old api working
3. Reduce inludes
4. Fix java tests (add objdetect import)
5. Refactoring

### 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

```
**WIP**
force_builders=linux,win64,docs,Linux x64 Debug,Custom
Xbuild_contrib:Docs=OFF

build_image:Custom=ubuntu:22.04
build_worker:Custom=linux-1
```
2022-12-16 12:28:47 +03:00
..
opencl add reproducer and bugfix 2021-05-25 11:28:23 +03:00
test_arucodetection.cpp Merge pull request #22368 from AleksandrPanov:move_contrib_aruco_to_main_objdetect 2022-12-16 12:28:47 +03:00
test_cascadeandhog.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
test_face.cpp Merge pull request #21607 from fengyuentau:fix_FaceDetectorYN_dynamic_shape 2022-02-21 13:49:07 +00: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_qrcode_encode.cpp Merge pull request #22286 from asenyaev:asen/disabled_compiling_warnings_4.x 2022-09-20 15:13:06 +03:00
test_qrcode.cpp add alignment detect 2022-12-14 23:56:57 +03:00