opencv/modules/calib/test
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
..
test_calibration_hand_eye.cpp Merge branch '4.x' into '5.x' 2024-06-26 19:01:34 +03:00
test_cameracalibration_artificial.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_cameracalibration_badarg.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_cameracalibration_tilt.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_cameracalibration.cpp Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface 2024-10-01 16:53:16 +03:00
test_chessboardgenerator.cpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
test_chessboardgenerator.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_chesscorners_badarg.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_chesscorners_timing.cpp Merge branch 4.x 2024-01-19 17:32:22 +03:00
test_chesscorners.cpp Merge branch 4.x 2024-07-17 10:08:16 +03:00
test_cornerssubpix.cpp Merge branch '4.x' into '5.x' 2024-06-26 19:01:34 +03:00
test_fisheye.cpp Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface 2024-10-01 16:53:16 +03:00
test_main.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_modelest.cpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00
test_multiview_calib.cpp Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface 2024-10-01 16:53:16 +03:00
test_precomp.hpp calib3d module in opencv is split into 3 modules: 3d, calib and stereo. 2020-12-01 23:42:15 +03:00