opencv/samples/python
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
..
snippets Merge branch 4.x 2024-08-28 15:06:19 +03:00
tutorial_code Update orbbec(uvc) tutorial 2024-07-31 15:19:23 +08:00
_coverage.py python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
_doc.py Define execfile, file, long, raw_input, xrange for Python 3 2018-05-03 09:19:05 +02:00
_run_winpack_demo.cmd samples: update Python launcher (winpack) 2018-11-15 23:36:26 +00:00
.gitignore rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
aruco_detect_board_charuco.py Update aruco_detect_board_charuco.py 2023-05-05 13:23:09 -04:00
asift.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
audio_spectrogram.py Merge pull request #20934 from SinM9:spectrogram_samples 2021-12-14 17:33:26 +00:00
calibrate.py Reworked calibrate.py 2023-06-23 22:19:08 +03:00
camera_calibration_show_extrinsics.py Update python samples 2022-01-24 11:13:56 +03:00
CMakeLists.txt rename samples/{python2 -> python} 2015-12-18 11:00:32 +03:00
common.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
demo.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
drawing.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
essential_mat_reconstr.py Merge pull request #20471 from ibvfteh:pointcloudio 2022-05-13 18:10:39 +00:00
floodfill.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
grabcut.py Minor update in grabcut.py 2020-02-20 16:19:24 +03:00
lappyr.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
morphology.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
mouse_and_match.py Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
multiview_calibration.py Merge pull request #26221 from asmorkalov:as/refactor_multiview_interface 2024-10-01 16:53:16 +03:00
odometry.py odometry python sample got rid of scale parameter 2022-06-23 23:51:16 +02:00
opencv_version.py samples: fix python samples compatibility with demo.py 2019-03-20 18:32:34 +03:00
plane_tracker.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
point_cloud.py Merge pull request #24961 from savuor:rv/ply_mesh 2024-02-12 15:34:54 +03:00
qrcode.py Drop Python2 support. 2023-07-14 15:06:53 +03:00
stereo_match.py fix pylint warnings 2019-10-16 18:49:33 +03:00
stitching_detailed.py Merge branch 4.x 2023-01-18 22:03:42 +00:00
tracker.py Merge branch 4.x 2024-09-23 14:18:25 +03:00
tst_scene_render.py Merge pull request #24116 from chaebkimm/update-samples-python-tst_scene_render 2023-08-09 13:46:25 +03:00
video.py Removed deprecated 'clock' import. 2019-12-30 13:00:29 +00:00
volume.py Merge pull request #22925 from savuor:pytsdf_from_scratch 2022-12-12 09:40:12 +03:00