opencv/doc/tutorials
Alexander Smorkalov 3bcab8db0a
Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface
Reworked multiview calibration interface #26221

- Use InputArray / OutputArray
- Use enum for camera type
- Sort parameters according guidelines
- Made more outputs optional
- Introduce flags and added tests for intrinsics and extrinsics guess.

### 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
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] 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-10-01 16:53:16 +03:00
..
3d Merge pull request #24961 from savuor:rv/ply_mesh 2024-02-12 15:34:54 +03:00
app Update orbbec(uvc) tutorial 2024-07-31 15:19:23 +08:00
calib3d Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface 2024-10-01 16:53:16 +03:00
core Merge pull request #25161 from mshabunin:doc-upgrade-5.x 2024-03-06 08:50:31 +03:00
dnn Fixed code snippets in Yolo tutorial. 2024-09-23 08:32:09 +03:00
features2d Merge branch 4.x 2023-01-09 11:08:02 +00:00
gapi Typos and formating fixes. 2022-10-04 15:52:38 +03:00
gpu Merge branch 4.x 2021-12-30 21:43:45 +00:00
imgproc Merge branch 4.x 2024-09-10 10:15:22 +03:00
introduction Merge branch 4.x 2024-09-10 10:15:22 +03:00
ios Fix typos in tutorials within docs/ 2022-03-17 16:06:54 -04:00
objdetect Merge branch 4.x 2024-04-16 17:28:18 +03:00
others Merge branch 4.x 2024-08-28 15:06:19 +03:00
tutorials.markdown Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect (#25198) 2024-03-21 23:40:10 +03:00