opencv/modules
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
..
calib3d build: fix/eliminate MSVC warnings 2022-12-10 12:19:31 +00:00
core Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany 2022-12-14 22:15:02 +03:00
dnn make MatMul support 3D or 4D with broadcast 2022-12-15 10:36:08 +08:00
features2d Merge pull request #21942 from pglotov:add-blob-contours 2022-10-07 19:07:51 +03:00
flann Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00
gapi build: fix/eliminate MSVC warnings 2022-12-10 12:19:31 +00:00
highgui Merge pull request #22885 from asmorkalov:as/new_qt_icons 2022-12-07 14:25:31 +03:00
imgcodecs Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-12-03 12:39:41 +00:00
imgproc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-12-03 12:39:41 +00:00
java Update CameraBridgeViewBase error message 2022-03-22 15:40:23 -04:00
js add willReadFrequently on imread in js 2022-10-08 12:05:33 +03:00
ml Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
objc Objective-C wrapper header fix-ups to avoid clashes with system macros 2022-03-20 18:47:26 +09:00
objdetect Merge pull request #22368 from AleksandrPanov:move_contrib_aruco_to_main_objdetect 2022-12-16 12:28:47 +03:00
photo Add bindings and test 2022-09-30 12:31:24 +03:00
python Merge pull request #22939 from stopmosk:21826-python-bindings-for-videocapturewaitany 2022-12-14 22:15:02 +03:00
stitching Merge pull request #22329 from chinery:stitching-py-fixes 2022-10-07 15:03:37 +03:00
ts Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-11-16 16:54:11 +00:00
video add nanotrack v2 at regression test. 2022-12-14 14:41:49 +08:00
videoio Merge pull request #22936 from hzcyf:orbbec_new_cam_support 2022-12-16 12:23:12 +03:00
world