Alexander Smorkalov
9691a2dccf
Merge pull request #24783 from Abdurrahheem:ash/yolov7_weights
...
Changed onnx weights of yolov7
11 months ago
Alexander Smorkalov
91ec3c0af2
Merge pull request #24815 from brad0:openbsd_x86_build
...
Fix building on OpenBSD X86
11 months ago
Alexander Smorkalov
22a8fa0730
Merge pull request #24798 from Rageking8:correct-invalid-error-directive
...
Correct invalid error directive
11 months ago
Alexander Smorkalov
1564be2d4c
Merge pull request #24801 from theartful:better_error_msg
...
Better error message for missing gstreamer plugin
11 months ago
Alexander Smorkalov
b8f2d58f5b
Merge pull request #24807 from vrabaud:aruco_fix
...
Fix aruco detector thread safety.
11 months ago
Alexander Smorkalov
9af4ceed98
Merge pull request #24814 from cudawarped:fix_core_clang_warnings
...
core: fix clang warnings
11 months ago
Brad Smith
34a871c855
Fix building on OpenBSD X86
11 months ago
Yuantao Feng
b7d70613e4
fix failed assertion in debug build
11 months ago
fengyuentau
2ed97b9ef3
multi-threaded scatterND and refactor perf
11 months ago
fengyuentau
2997b4c5fe
pretty format
11 months ago
fengyuentau
63cde0b90d
multi-threaded scatter and refactor perf
11 months ago
cudawarped
81865b3d52
videoio: fix incorrect timestamps returned by VideoCapture when using raw video parsing mode
11 months ago
Vincent Rabaud
14e0d43550
Fix aruco detector thread safety.
...
Concurrently writing to a vector<bool> is not thread-safe.
11 months ago
cudawarped
19527d79d6
core: address clang warnings
11 months ago
Ahmed Essam
a25cfb463d
Better error message for missing gstreamer plugin
11 months ago
cudawarped
10f6cbf41c
Fix 24789
11 months ago
Rageking8
7f2c14fc4f
Correct invalid error directive
11 months ago
Alexander Smorkalov
a8ec658611
Merge pull request #24790 from FantasqueX:fix-avif-version-detect
...
Fix avif version detection
11 months ago
Alexander Smorkalov
9120121dc7
Merge pull request #24793 from Kumataro:fix24792
...
imgcodecs: suppress warning at test_avif.cpp
11 months ago
Alexander Smorkalov
039f68f1b0
Merge pull request #24796 from georgthegreat:patch-2
...
Use normal slash in #include
11 months ago
Yuriy Chernyshov
21b6f06f9d
Use normal slash in #include
11 months ago
Kumataro
46b3a504cf
imgcodecs: suppress warning at test_avif.cpp
11 months ago
Abduragim Shtanchaev
3b26e183cb
changed weights of yolov7
11 months ago
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.
11 months ago
Alexander Smorkalov
e5d1309fcf
Fixed typo in Android build scripts.
11 months ago
Alexander Alekhin
2e3ccb4e8e
Merge tag '4.9.0'
11 months ago
Alexander Smorkalov
dad8af6b17
Release 4.9.0.
11 months ago
Alexander Smorkalov
afe7c8b560
Merge pull request #24778 from asmorkalov:as/win_msmf_stream_type_check
...
Reworked camera stream check to exclude non-video formats
11 months ago
Alexander Smorkalov
e5b5984f3c
Reworked camera stream check to exclude non-video formats.
11 months ago
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
11 months ago
Alexander Alekhin
881cd02fe2
Merge pull request #24776 from opencv-pushbot:gitee/alalek/docs_exclude_bindings_utils
11 months ago
Alexander Alekhin
49a0877b8c
docs: exclude test entites from bindings utils
11 months ago
Alexander Alekhin
1453e79ecc
Merge pull request #24775 from opencv-pushbot:gitee/alalek/build_python2_disable_by_default
11 months ago
Alexander Alekhin
212795db64
build: disable Python2 detection by default
11 months ago
Alexander Smorkalov
e80b7940ef
Merge pull request #23021 from cudawarped:add_cuda_first_class_support
...
`cuda`: CMake add CUDA first class language support
11 months ago
Alexander Smorkalov
c3f75c2952
Merge pull request #24764 from asmorkalov:as/python_read_only_docs
...
Document read-only check in Python bindings
11 months ago
Alexander Smorkalov
56aae015cd
Merge pull request #24771 from FantasqueX:remove-is-clang
...
Remove deprecated CMake variable
11 months ago
Alexander Smorkalov
221b5c086c
Merge pull request #24769 from asmorkalov:as/calib_doc_update
...
Added exception warning to calibrateCamera description.
11 months ago
Letu Ren
e019a6738d
Remove deprecated CMake variable
...
Two CMake variable are marked as deprecated and "#TODO next release:
remove this". 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.
11 months ago
Alexander Smorkalov
5510e2556a
Disabled ENABLE_CUDA_FIRST_CLASS_LANGUAGE by default for now to not break existing behaviour.
11 months ago
cudawarped
7d681cf80d
build: first class cuda support
11 months ago
Alexander Smorkalov
03d1760dd5
Added exception warning to calibrateCamera description.
11 months ago
Alexander Smorkalov
8c22b4b54b
Merge pull request #24767 from opencv-pushbot:gitee/alalek/update_ffmpeg_4.x
...
ffmpeg/4.x: update FFmpeg wrapper 2023.12
11 months ago
Alexander Smorkalov
46792849d4
Merge pull request #24752 from asmorkalov:as/android_aar_with_gradle
...
Enable Android AAR package build with SDK project itself without Python
11 months ago
Alexander Alekhin
43007af42e
ffmpeg/4.x: update FFmpeg wrapper 2023.12
11 months ago
Alexander Smorkalov
b59eca22ae
Enable Android AAR package build with SDK project itself without Python
...
- Added JavaDoc package build and publishing
- Added Source package build and publishing
- More metadata for publishing
- Disable native samples build with aar, because prefab is not complete yet
11 months ago
Alexander Smorkalov
62f1a7410d
Merge pull request #24766 from asmorkalov:update_version_4.9.0-pre
...
pre: OpenCV 4.9.0 (version++)
11 months ago
Alexander Smorkalov
b407c58b96
pre: OpenCV 4.9.0 (version++).
11 months ago
Yuantao Feng
f978c99523
Merge pull request #24753 from fengyuentau:einsum_importer
...
dnn onnx: support constaint inputs in einsum importer #24753
Merge with https://github.com/opencv/opencv_extra/pull/1132 .
Resolves https://github.com/opencv/opencv/issues/24697
Credits to @LaurentBerger .
---
This is a workaround. I suggest to get input shapes and calculate the output shapes in `getMemoryShapes` so as to keep the best compatibility. It is not always robust getting shapes during the importer stage and we should avoid that as much as possible.
### 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
11 months ago
Alexander Smorkalov
bb5b5bb24d
Merge pull request #24759 from jubinchheda:4.x
...
Replace deprecated symbol with AVVideoCodecTypeH264 deprecated since ios11
11 months ago