Alexander Smorkalov
26c44aa7c6
Merge pull request #24829 from vrabaud:aruco_fix
...
Make aruco detector deterministic.
2024-01-09 15:48:13 +03:00
Alexander Smorkalov
5c9ad9d2c9
Merge pull request #24828 from cudawarped:fix_24774_cap_ms
...
videoio: fix 24774 incorrect timestamps returned by VideoCapture when CAP_PROP_FORMAT == -1
2024-01-09 14:14:46 +03:00
Alexander Smorkalov
5c130b1429
Merge pull request #24823 from shenlebantongying:fix-qt-statusbar
...
fix highgui qt's statusbar text got cropped
2024-01-09 13:59:57 +03:00
Alexander Smorkalov
105eb95b02
Merge pull request #24781 from FantasqueX:remove-deprecated-cmake-variable-2
...
Remove deprecated CMake variable
2024-01-09 13:58:59 +03:00
Alexander Smorkalov
e6d5de69fe
Merge pull request #24805 from MengqingCao:dvpp_support
...
Link libacl_dvpp_mpi library when building with CANN backend
2024-01-09 13:57:42 +03:00
Alexander Smorkalov
7919d04a9b
Merge pull request #24819 from brad0:freebsd_aarch64
...
Corrections for FreeBSD ARM support
2024-01-09 09:54:39 +03:00
Alexander Smorkalov
3b9794d13e
Merge pull request #24820 from brad0:openbsd_build
...
Fix building on OpenBSD
2024-01-09 09:34:21 +03:00
MaximSmolskiy
3640217772
Compensate edge length in ChessBoardDetector::generateQuads
2024-01-08 23:13:31 +03:00
Aryan
9b402cfa59
Resolved issue number #22177
2024-01-09 01:23:26 +05:30
Vincent Rabaud
bb40237498
Make aruco detector deterministic.
2024-01-08 14:57:57 +01:00
fengyuentau
13127365e2
better comment
2024-01-08 11:55:06 +08:00
Alexander Lyulkov
8ade7f6177
Added any screen orientation support for JavaCameraView
2024-01-07 20:55:57 +03:00
shenleban tongying
48fd23a02a
fix highgui qt's statusbar text got cropped
2024-01-07 06:32:29 -05:00
Brad Smith
a86e9f161d
Fix building on OpenBSD
...
FAILED: lib/libopencv_core.so.13.0
...
ld: error: undefined symbol: __cxa_atexit
Do not try to use --no-undefined on OpenBSD. OpenBSD does not link
shared libraries with libc and thus linkage with --no-undefined is
expected to fail.
2024-01-07 01:26:24 -05:00
Brad Smith
3b287770b9
Corrections for FreeBSD ARM support
...
FreeBSD does not have the /proc file system. FreeBSD was added to the code path
for aarch64 before the use of the /proc file system with f7b4b750d8
but then /proc usage was added not long after with b3269b08a1
2024-01-06 20:09:36 -05:00
Alexander Smorkalov
9691a2dccf
Merge pull request #24783 from Abdurrahheem:ash/yolov7_weights
...
Changed onnx weights of yolov7
2024-01-06 21:34:44 +03:00
Alexander Smorkalov
91ec3c0af2
Merge pull request #24815 from brad0:openbsd_x86_build
...
Fix building on OpenBSD X86
2024-01-06 21:20:56 +03:00
Alexander Smorkalov
22a8fa0730
Merge pull request #24798 from Rageking8:correct-invalid-error-directive
...
Correct invalid error directive
2024-01-06 12:05:07 +03:00
Alexander Smorkalov
1564be2d4c
Merge pull request #24801 from theartful:better_error_msg
...
Better error message for missing gstreamer plugin
2024-01-06 12:00:28 +03:00
Alexander Smorkalov
b8f2d58f5b
Merge pull request #24807 from vrabaud:aruco_fix
...
Fix aruco detector thread safety.
2024-01-06 11:45:16 +03:00
Alexander Smorkalov
9af4ceed98
Merge pull request #24814 from cudawarped:fix_core_clang_warnings
...
core: fix clang warnings
2024-01-06 11:32:37 +03:00
Brad Smith
34a871c855
Fix building on OpenBSD X86
2024-01-06 01:41:02 -05:00
Yuantao Feng
b7d70613e4
fix failed assertion in debug build
2024-01-05 18:33:01 +00:00
fengyuentau
2ed97b9ef3
multi-threaded scatterND and refactor perf
2024-01-05 18:15:59 +08:00
fengyuentau
2997b4c5fe
pretty format
2024-01-05 18:15:27 +08:00
fengyuentau
63cde0b90d
multi-threaded scatter and refactor perf
2024-01-05 17:24:09 +08:00
cudawarped
81865b3d52
videoio: fix incorrect timestamps returned by VideoCapture when using raw video parsing mode
2024-01-03 08:15:31 +02:00
Vincent Rabaud
14e0d43550
Fix aruco detector thread safety.
...
Concurrently writing to a vector<bool> is not thread-safe.
2024-01-02 22:18:35 +01:00
cudawarped
19527d79d6
core: address clang warnings
2024-01-02 08:33:55 +02:00
Ahmed Essam
a25cfb463d
Better error message for missing gstreamer plugin
2024-01-01 00:27:09 +02:00
cudawarped
10f6cbf41c
Fix 24789
2023-12-29 16:58:05 +02:00
Rageking8
7f2c14fc4f
Correct invalid error directive
2023-12-29 21:34:16 +08:00
Alexander Smorkalov
a8ec658611
Merge pull request #24790 from FantasqueX:fix-avif-version-detect
...
Fix avif version detection
2023-12-29 16:27:59 +03:00
Alexander Smorkalov
9120121dc7
Merge pull request #24793 from Kumataro:fix24792
...
imgcodecs: suppress warning at test_avif.cpp
2023-12-29 16:27:41 +03:00
Alexander Smorkalov
039f68f1b0
Merge pull request #24796 from georgthegreat:patch-2
...
Use normal slash in #include
2023-12-29 16:26:44 +03:00
Yuriy Chernyshov
21b6f06f9d
Use normal slash in #include
2023-12-29 09:55:25 +01:00
Kumataro
46b3a504cf
imgcodecs: suppress warning at test_avif.cpp
2023-12-29 12:58:24 +09:00
Abduragim Shtanchaev
3b26e183cb
changed weights of yolov7
2023-12-28 23:03:47 +03:00
Letu Ren
6e3685d733
Fix avif version detection
...
Currently, even though libavif is found, the version of libavif will not
be printed. `find_package(libavif QUIET)` will set `libavif_VERSION`
according to cmake documentation https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection
This patch has been tested on ArchLinux with libavif 1.0.3 installed.
2023-12-29 00:16:52 +08:00
Alexander Smorkalov
e5d1309fcf
Fixed typo in Android build scripts.
2023-12-28 16:42:01 +03:00
Alexander Alekhin
2e3ccb4e8e
Merge tag '4.9.0'
2023-12-28 09:29:33 +00:00
Alexander Smorkalov
dad8af6b17
Release 4.9.0.
2023-12-27 19:46:55 +03:00
Alexander Smorkalov
afe7c8b560
Merge pull request #24778 from asmorkalov:as/win_msmf_stream_type_check
...
Reworked camera stream check to exclude non-video formats
2023-12-27 19:43:17 +03:00
Alexander Smorkalov
e5b5984f3c
Reworked camera stream check to exclude non-video formats.
2023-12-27 17:52:42 +03:00
Letu Ren
0f1c484ea9
Remove deprecated CMake variable
...
CMake variable `CMAKE_COMPILER_IS_CCACHE` is marked as deprecated and "# FIXIT Avoid setting of CMAKE_ variables". It is introduced in https://github.com/opencv/opencv/pull/11167 which is before the release of 4.0. Since it's deprecated almost six years ago, I think it's OK to remove them.
Related: https://github.com/opencv/opencv/pull/24771
2023-12-27 22:26:36 +08:00
Alexander Alekhin
881cd02fe2
Merge pull request #24776 from opencv-pushbot:gitee/alalek/docs_exclude_bindings_utils
2023-12-27 08:24:57 +00:00
Alexander Alekhin
49a0877b8c
docs: exclude test entites from bindings utils
2023-12-27 06:46:20 +00:00
Alexander Alekhin
1453e79ecc
Merge pull request #24775 from opencv-pushbot:gitee/alalek/build_python2_disable_by_default
2023-12-27 06:36:45 +00:00
Alexander Alekhin
212795db64
build: disable Python2 detection by default
2023-12-26 21:19:36 +00:00
Alexander Smorkalov
e80b7940ef
Merge pull request #23021 from cudawarped:add_cuda_first_class_support
...
`cuda`: CMake add CUDA first class language support
2023-12-26 18:24:22 +03:00