Alexander Alekhin
974102bc7f
Merge pull request #23120 from alalek:fixup_22246_2
2023-01-10 10:01:17 +00:00
Alexander Alekhin
5bacd8753b
build: eliminate GCC9 warning from sift.simd.hpp
2023-01-10 01:38:12 +00:00
Alexander Alekhin
cbc9745b79
Merge pull request #23111 from Yeatse:fix-apple-silicon-build
2023-01-09 19:39:05 +00:00
Alexander Alekhin
65c2d6a2be
Merge pull request #23112 from zihaomu:fix_x86_winograd
2023-01-09 19:37:29 +00:00
Alexander Smorkalov
b16a4ba25b
Merge pull request #23062 from cudawarped:cuda_add_lovelace_hopper
...
CUDA: add Ada Lovelace and Hopper CC
2023-01-09 20:36:33 +03:00
cudawarped
927aa1e617
cuda: add ada lovelace and hopper cuda arch
2023-01-09 15:44:37 +02:00
Alexander Smorkalov
fdf2151d9f
Merge pull request #23114 from smeng9:4.x
...
fix typo: stetDictionary to setDictionary
2023-01-09 16:14:47 +03:00
Yang Chao
e0aa677388
Open CV_CPU_NEON_DOTPROD on Apple silicon devices
2023-01-09 19:27:35 +08:00
Alexander Alekhin
593a376566
Merge branch 4.x
2023-01-09 11:08:02 +00:00
Alexander Alekhin
2ab46d9553
Merge pull request #23117 from alalek:test_skip_sporadic_23116
2023-01-09 11:06:37 +00:00
Alexander Alekhin
36815fe3f3
videoio(test): skip unstable Media.audio test
2023-01-09 10:06:10 +00:00
Christoph Rackwitz
a64b51dd94
Merge pull request #23108 from crackwitz:issue-23107
...
Usage of imread(): magic number 0, unchecked result
* docs: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* samples, apps: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* tests: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()
* doc/py_tutorials: check imread() result
2023-01-09 09:55:31 +00:00
Alexander Alekhin
55534eeb06
copyright: 2023 (update)
2023-01-09 09:49:22 +00:00
smeng9
b5a0d2b580
fix typo: stetDictionary to setDictionary
2023-01-08 23:58:54 -06:00
zihaomu
82616eec41
fix possible segmentation fault error in winograd on x86
2023-01-09 13:40:04 +08:00
Alexander Alekhin
7e52003533
copyright: 2023
2023-01-08 18:19:37 +00:00
Alexander Alekhin
7b7774476e
copyright: 2023
2023-01-08 18:18:37 +00:00
Lukas Weber
4df6e39bab
add GraphCutSeamFinder
2023-01-03 22:45:49 +01:00
inayd
54449b614b
Fix occuring artifacts in fillPoly
2023-01-03 16:29:13 +01:00
Alexander Alekhin
9208dcb07c
Merge tag '4.7.0'
2022-12-28 15:23:46 +00:00
Alexander Smorkalov
725e440d27
release: OpenCV 4.7.0
2022-12-28 17:31:52 +03:00
Alexander Panov
121034876d
Merge pull request #22986 from AleksandrPanov:move_contrib_charuco_to_main_objdetect
...
merge with https://github.com/opencv/opencv_contrib/pull/3394
move Charuco API from contrib to main repo:
- add CharucoDetector:
```
CharucoDetector::detectBoard(InputArray image, InputOutputArrayOfArrays markerCorners, InputOutputArray markerIds,
OutputArray charucoCorners, OutputArray charucoIds) const // detect charucoCorners and/or markerCorners
CharucoDetector::detectDiamonds(InputArray image, InputOutputArrayOfArrays _markerCorners,
InputOutputArrayOfArrays _markerIds, OutputArrayOfArrays _diamondCorners,
OutputArray _diamondIds) const
```
- add `matchImagePoints()` for `CharucoBoard`
- remove contrib aruco dependencies from interactive-calibration tool
- move almost all aruco tests to objdetect
### 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
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2022-12-28 17:28:59 +03:00
Alexander Alekhin
9627ab9462
Merge pull request #23050 from zihaomu:fix_memory
2022-12-28 10:04:25 +00:00
Alexander Alekhin
499035c6ea
Merge pull request #23049 from alalek:issue_23048
2022-12-28 09:54:16 +00:00
zihaomu
71765858dc
fix invalid memory access
2022-12-28 17:16:11 +08:00
Alexander Alekhin
9a2a34f94e
dnn(openvino): remove undefined status
2022-12-28 06:55:00 +00:00
Alexander Alekhin
838c34eee1
Merge pull request #23043 from AlejandroSilvestri:patch-1
2022-12-27 15:33:14 +00:00
AlejandroSilvestri
253429d3f1
Add missing ORB.setFastThreshold(int) method
...
ORB constructor is failing to set the very important protected parameter fastThreshold,
so binding this method is necessary.
2022-12-27 09:39:56 -03:00
Alexander Alekhin
38f7cd7173
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-12-27 08:58:28 +00:00
Alexander Alekhin
eab7faf536
Merge tag '3.4.19'
2022-12-27 08:41:49 +00:00
Alexander Alekhin
83391ac59d
release: OpenCV 3.4.19
2022-12-27 03:50:12 +00:00
Alexander Alekhin
a8a93a57e7
Merge pull request #23029 from savuor:backport3_fix_fisheye_aspect_ratio
2022-12-27 03:47:01 +00:00
Alexander Alekhin
f637629c5a
Merge pull request #23037 from cudawarped:fix_for_cuda_12
2022-12-27 03:43:59 +00:00
Rostislav Vasilikhin
93aa94e71e
backported changes
...
no lambda
whitespace
fixing build Java tests
2022-12-27 00:54:39 +01:00
Alexander Alekhin
86b46a27cf
Merge pull request #23039 from alalek:cmake_3.5_fix
2022-12-26 20:31:39 +00:00
Alexander Alekhin
1bc3077890
cmake: VERSION_GREATER_EQUAL is not supported in CMake 3.5.1
2022-12-26 17:41:53 +00:00
Alexander Alekhin
fc27a343e9
Merge pull request #22905 from zihaomu:clean_up_conv3d_1d
2022-12-26 17:39:18 +00:00
cudawarped
692d6168b3
cuda: fix CUDA 12.0 build errors
2022-12-26 15:25:29 +02:00
Alexander Alekhin
de9787a6ac
Merge pull request #23036 from asmorkalov:as/blobdetect_range_fix
2022-12-26 12:47:45 +00:00
Alexander Smorkalov
d2bf2be8e6
Merge pull request #23035 from alalek:update_ffmpeg_4.x
...
ffmpeg/4.x: update FFmpeg wrapper 2022.12
2022-12-26 15:04:55 +03:00
Alexander Smorkalov
b7292bc899
Fixed blob detector parameters range.
2022-12-26 15:02:24 +03:00
Alexander Alekhin
dbd4a0e5e6
videoio(ffmpeg): update tests with new Windows wrapper
2022-12-26 02:32:11 +00:00
Alexander Alekhin
b361209d52
ffmpeg/4.x: update FFmpeg wrapper 2022.12
...
- FFmpeg 4.4.3
2022-12-25 18:55:19 +00:00
Alexander Alekhin
4abe6dc48d
Merge pull request #22972 from alalek:update_version_4.7.0-pre
2022-12-25 18:40:27 +00:00
Alexander Alekhin
26f36f2ff9
Merge pull request #22971 from alalek:update_version_3.4.19-pre
2022-12-25 18:39:54 +00:00
Alexander Alekhin
b42c11de82
pre: OpenCV 4.7.0 (version++)
2022-12-25 17:00:22 +00:00
Alexander Alekhin
a494c75bfe
pre: OpenCV 3.4.19 (version++)
2022-12-25 16:59:47 +00:00
Alexander Alekhin
bc8c912c7a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2022-12-24 13:54:58 +00:00
Alexander Alekhin
5247237bf0
Merge pull request #23028 from zihaomu:update_doc_nanotrack
2022-12-24 11:16:46 +00:00
zihaomu
8e6aae0d7a
Add spaces to make links clickable.
2022-12-24 15:26:42 +08:00