unknown
16f07196c3
Typo in viz3d doc
2023-03-22 13:29:35 +01:00
Maksim Shabunin
c56efb910e
Fix clang 14 warnings
2023-02-06 23:16:18 +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
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
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
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
Alexander Smorkalov
e247b680a6
Merge pull request #3394 from AleksandrPanov:move_contrib_charuco_to_main_objdetect
...
Move contrib charuco to main objdetect
2022-12-28 17:37:19 +03:00
Alexander Smorkalov
49bdf7b03a
Board refactoring.
2022-12-27 23:43:24 +03:00
James Bowley
2fa21c1ba1
cuda: fix CUDA 12.0 build errors
2022-12-26 13:40:45 +02: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
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
Alexander Smorkalov
d1d3c50272
Merge pull request #3003 from augustinmanecy:features2d-rw
...
Features2d rw
2022-12-21 16:03:02 +03:00
Alexander Alekhin
44162ff247
aruco(cleanup): don't use Ptr<FileStorage>
2022-12-21 10:48:34 +00:00
AleksandrPanov
c02d6fd101
move aruco perf tests to objdetect
2022-12-21 10:38:19 +03:00
AleksandrPanov
297724f7f6
move aruco tests to objdetect
2022-12-21 10:17:13 +03:00
AleksandrPanov
4a81ec43d4
add CharucoDetector to test
2022-12-21 02:59:43 +03:00
Sergei Shutov
168a4f1482
Fix code snippet
2022-12-20 18:52:15 +02:00
Sergei Shutov
58b0fce0a4
Fix code snippet
2022-12-20 18:37:35 +02:00
Sergei Shutov
eee0b390b8
Remove trailing whitespaces
2022-12-20 18:29:19 +02:00
Sergei Shutov
00f6afacd1
Fix aruco board tutorial
2022-12-20 18:26:50 +02:00
Alexander Smorkalov
8db3e627fb
Merge pull request #3378 from cudawarped:replace_texture_ref_with_texture_obj
...
Fix CUDA texture bugs and replace all instances of CUDA texture references with texture objects
2022-12-20 15:07:09 +03:00
Sergei Shutov
5d8d02a8e7
Remove command line args snippet
2022-12-20 10:19:27 +02:00