1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-15 12:07:08 +08:00
Commit Graph

4302 Commits

Author SHA1 Message Date
Alexander Alekhin
226fd73b59 Merge pull request #3436 from mshabunin:fix-clang-warnings 2023-02-08 17:28:20 +00:00
Maksim Shabunin
c56efb910e Fix clang 14 warnings 2023-02-06 23:16:18 +03:00
Alexander Alekhin
c60fde02e0 Merge pull request #3435 from asmorkalov:as/xcode_warning_supression3.4 2023-02-06 18:28:42 +00:00
Alexander Smorkalov
2abfef7d08 3.4: -Wunused-but-set-variable warnings fix after XCode update with clang 2023-02-06 14:56:58 +03:00
Alexander Smorkalov
04d849259d Merge pull request #3434 from asmorkalov:as/xcode_warning_supression
-Wunused-but-set-variable warnings fix after XCode update with clang 13.1
2023-02-02 18:09:28 +03:00
Alexander Smorkalov
b9f0ffd715 Typo fix in ximageproc BrightEdges 2023-02-02 10:33:36 +03:00
Alexander Smorkalov
f149f26ca0 -Wunused-but-set-variable warnings fix after XCode update with clang 13.1. 2023-02-01 15:00:55 +03:00
Alexander Alekhin
403504609f Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2023-01-28 10:00:24 +00:00
Alexander Smorkalov
f18f127ba9 Merge pull request #3430 from savuor/stddev_calib_omnidir
Omnidir calibration: uncertainty fixed
2023-01-26 17:32:27 +03:00
Alexander Smorkalov
529131ee79 Merge pull request #3420 from AleksandrPanov:remove_duplication_from_aruco
remove charuco duplication
2023-01-26 13:20:38 +03:00
Rostislav Vasilikhin
6b15ef3f62 fix for 1-camera and stereocalib 2023-01-26 03:03:33 +01:00
Alex
1f713fb417 remove charuco duplication 2023-01-24 17:36:45 +03:00
Mat&I
5a35eb1166 Merge pull request #3423 from matijazigic:fix_optflow_rlof
### 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
- [ ] 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


The bug has already been reported and explained on the OpenCV forum:

- [optflow-calcopticalflowsparserlof-giving-assertion-error](https://forum.opencv.org/t/cv2-optflow-calcopticalflowsparserlof-giving-assertion-error/4835)
- [calcopticalflowsparserlof-assertion-error-in-initialflow](https://forum.opencv.org/t/calcopticalflowsparserlof-assertion-error-in-initialflow/8669)

The bug is manifested only if 'UseInitialFlow' is set to true and 'ForwardBackwardThreshold' > 0 (enabled).
2023-01-24 11:21:44 +03:00
Alexander Alekhin
592b376eb6 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2023-01-21 18:19:46 +00:00
Alexander Alekhin
d2581b4ed3 Merge pull request #3422 from SpaceIm:fix/alphamat-header 2023-01-21 18:15:23 +00:00
Alexander Alekhin
b01f2f90a9 Merge pull request #3426 from tomoaki0705:handleNonBitExact 2023-01-21 18:14:58 +00:00
Tomoaki Teshima
f2e6a30046 make test tolerate to rounding error 2023-01-19 22:08:28 +09:00
SpaceIm
9bbed509d8 make alphamat header auto sufficient 2023-01-16 23:25:06 +01:00
Alexander Alekhin
9331902ed9 Merge pull request #3421 from tomoaki0705:fix_warnings_4x 2023-01-13 15:17:55 +00:00
Alexander Alekhin
325e6abe95 Merge pull request #3418 from cudawarped:fix_issue_3412 2023-01-13 13:58:11 +00:00
Tomoaki Teshima
f48a261d8b fix warnings 2023-01-13 22:43:20 +09:00
cudawarped
abd3ca8bf8 cudev: fix 1D error introduced in PR 3378 2023-01-12 21:16:38 +02:00
Sergei Shutov
46e94a2262 Update atuco calibration tutorials and faq 2023-01-04 17:58:11 +02:00
Alexander Smorkalov
e247b680a6 Merge pull request #3394 from AleksandrPanov:move_contrib_charuco_to_main_objdetect
Move contrib charuco to main objdetect
4.7.0
2022-12-28 17:37:19 +03:00
Alexander Smorkalov
49bdf7b03a Board refactoring. 2022-12-27 23:43:24 +03:00
Alexander Alekhin
2276095e55 Merge pull request #3404 from cudawarped:fix_for_cuda_12 2022-12-27 03:43:43 +00:00
James Bowley
2fa21c1ba1 cuda: fix CUDA 12.0 build errors 2022-12-26 13:40:45 +02:00
Alexander Smorkalov
b9111a9eef Merge pull request #3403 from asmorkalov:as/surf_link_fix
Fixed SURF linkage issue without nonfree.
2022-12-26 12:00:25 +03:00
Alexander Smorkalov
2b95a6da30 Fixed SURF linkage issue without nonfree. 2022-12-26 08:44:41 +03:00
Alexander Alekhin
af3a467adc Merge pull request #3402 from komakai:fix_aruco_objc 2022-12-24 16:13:49 +00:00
Alexander Smorkalov
0c6b04a8a4 Merge pull request #3396 from stopmosk:fix-aruco-tutorials
Fix aruco tutorials
2022-12-23 14:19:34 +03:00
Giles Payne
a20b303806 Fix for Aruco Objective-C binding 2022-12-23 13:27:33 +09:00
Alexander Alekhin
f15e587ae9 Merge pull request #3398 from alalek:issue_22206 2022-12-23 03:25:59 +00:00
Sergei Shutov
83cb56d1c1 Mark deprecated methods 2022-12-22 20:38:30 +02:00
AleksandrPanov
e2ba6ca3f6 update docs 2022-12-22 20:32:18 +03:00
Sergei Shutov
78a377abec Fix doxygen links in tutorial 2022-12-22 15:55:24 +02:00
Sergei Shutov
8cc11b28b9 Replace undefined valid to markersOfBoardDetected 2022-12-22 15:48:26 +02:00
Sergei Shutov
22d0e7180b Fix tutorials and example code 2022-12-22 15:45:36 +02:00
Sergei Shutov
1b4bab01f8 Fix tutorials and example code 2022-12-22 15:45:20 +02:00
Sergei Shutov
be58d550ce Extract setting coord system from loop body 2022-12-22 13:27:04 +02:00
Alexander Smorkalov
6ccd799366 Merge pull request #3399 from vrabaud:numpy_fix
Remove references to deprecated NumPy type aliases.
2022-12-22 11:06:39 +03:00
AleksandrPanov
522bba3d37 move drawDetectedDiamonds 2022-12-22 03:24:44 +03:00
AleksandrPanov
f4868db30b move py test_read_write_dict 2022-12-21 19:46:53 +03:00
Sergei Shutov
d7787b5b2b Fix aruco detect_board tutorial and example code 2022-12-21 17:32:39 +02:00
Sergei Shutov
1b130dfd45 Fix aruco detect_markers tutorial and code example 2022-12-21 17:23:03 +02:00
Sergei Shutov
e22e185a35 Replace citation 2022-12-21 17:19:45 +02:00
Vincent Rabaud
4e0acea9fb Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy
type aliases (np.bool, np.int, np.float, np.complex, np.object,
np.str) with their recommended replacement (bool, int, float,
complex, object, str).

Those types were deprecated in 1.20 and are removed in 1.24,
cf numpy/numpy#22607.
2022-12-21 16:17:54 +01:00
AleksandrPanov
4c3af2376f add empty PERF_TEST_MAIN(aruco) 2022-12-21 18:08:08 +03:00
Alexander Alekhin
82b7b2c652 Merge pull request #3397 from alalek:objdetect_cleanup_aruco_ptr_filestorage 2022-12-21 13:48:06 +00:00
Alexander Alekhin
95d1aa4910 obj-c: remove 'const_fix' usage 2022-12-21 13:46:48 +00:00