8000 (5.x) Merge 4.x by asmorkalov · Pull Request #24486 · opencv/opencv · GitHub
[go: up one dir, main page]

Skip to content

(5.x) Merge 4.x #24486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1eb1d4c
Release OpenCV 3.4.20
asmorkalov Jun 27, 2023
49ee4d4
Merge pull request #23879 from asmorkalov/release_3.4.20
asmorkalov Jun 27, 2023
7f6c95f
Switch to version 3.4.20-dev
asmorkalov Jun 28, 2023
4761c28
Merge pull request #24168 from autoantwort:missing-include-3
autoantwort Aug 17, 2023
a287605
Clean up the Universal Intrinsic API.
hanliutong Oct 13, 2023
14b21f7
Ensure interarea algorithm usage in resize perfomance test.
asmorkalov Oct 17, 2023
7757759
Merge pull request #24417 from asmorkalov:as/resize_interarea_perf
asmorkalov Oct 17, 2023
014e848
Merge pull request #24367 from alexlyulkov:al/fixed-cumsum-inplace-flag
alexlyulkov Oct 18, 2023
c6fa993
Updated libade to 0.1.2d
mshabunin Oct 18, 2023
240b245
Merge pull request #24092 from Aser-Abdelfatah:GSoC_Support_GatherEle…
Aser-Abdelfatah Oct 18, 2023
2f1d529
Merge pull request #24422 from mshabunin:update-ade-012d
asmorkalov Oct 18, 2023
ba4d6c8
added detection & dispatching of some modern NEON instructions (NEON_…
vpisarev Oct 18, 2023
6e4280e
Merge pull request #24372 from Kumataro:fix24369
Kumataro Oct 19, 2023
f2ef81a
fp16 support for gather elements
fengyuentau Oct 19, 2023
5bffcdf
Merge pull request #24382 from sisakat:cuda-compile-multicore
sisakat Oct 19, 2023
a9664ab
Merge pull request #24427 from fengyuentau:gather_elements_fp16
asmorkalov Oct 19, 2023
c96f48e
Merge pull request #24412 from vrabaud:inter_area1
vrabaud Oct 19, 2023
fcdaaab
Unconditionally create SuperScale in BarcodeDetector to avoid null deref
vrabaud Oct 19, 2023
1aa4621
Merge pull request #24429 from vrabaud:inter_area1
asmorkalov Oct 20, 2023
b44cb33
Merge pull request #21066 from andrewerf:21052-openvino-native-onnx
andrewerf Oct 20, 2023
1c0ca41
Merge pull request #24371 from hanliutong:clean-up
asmorkalov Oct 20, 2023
996b6c3
Merge pull request #24425 from fengyuentau:fix_timvx_test
fengyuentau Oct 20, 2023
d142a79
Merge pull request #23929 from CNClareChen:4.x
CNClareChen Oct 20, 2023
c2f909f
Merge pull request #23894 from kallaballa:blobFromImagesWithParams
kallaballa Oct 20, 2023
3c9c964
Check the return value of avifDecoderSetIOMemory.
vrabaud Oct 23, 2023
099e002
Fixed wrong division operator in py_tutorials doc
COOLIRON2311 Oct 23, 2023
3429c27
Merge pull request #24438 from vrabaud:avif_check
asmorkalov Oct 24, 2023
8b47361
Merge pull request #24440 from COOLIRON2311:4.x
asmorkalov Oct 24, 2023
44c254c
Make sure AVIF decoder is destroyed in case of failure
vrabaud Oct 24, 2023
1fe0fc2
Merge pull request #24441 from vrabaud:avif_check
asmorkalov Oct 24, 2023
a3b3a58
Merge pull request #24322 from Abdurrahheem:ash/dev_einsum_ellips
Abdurrahheem Oct 24, 2023
38bc519
Merge pull request #24363 from cudawarped:videoio_ffmpeg_add_stream_e…
cudawarped Oct 25, 2023
cac1695
Update IPPICV binaries (20230919)
eplankin Oct 25, 2023
1911c63
fix: supress GCC13 warnings (#24434)
Kumataro Oct 26, 2023
52c33f4
Merge pull request #24451 from eplankin:3.4
alalek Oct 27, 2023
77a0ffc
Merge pull request #24461 from fengyuentau:tracker_vit_backend_target
fengyuentau Oct 27, 2023
617d7ff
Merge pull request #24454 from komakai:refactorObjcRange
komakai Oct 27, 2023
e9e6b1e
Merge pull request #24405 from kochanczyk:4.x
kochanczyk Oct 30, 2023
a3ebc0a
Fixed Python signatures in Doxygen documentation.
asmorkalov Oct 30, 2023
e202116
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 31, 2023
c91af16
Merge pull request #24409 from fengyuentau:norm_kernel
fengyuentau Nov 1, 2023
f530a24
Fix MinGW build issue due to obsensor
clee-ai Nov 1, 2023
2e49bf3
Merge pull request #24468 from asmorkalov:as/python_ctor_docs
asmorkalov Nov 2, 2023
7c9231f
Merge pull request #24478 from CCInc:mingw_fix
asmorkalov Nov 2, 2023
34f34f6
Merge branch 4.x
asmorkalov Nov 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge pull request #24425 from fengyuentau:fix_timvx_test
dnn: fix HAVE_TIMVX macro definition in dnn test #24425

### 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
  • Loading branch information
fengyuentau authored Oct 20, 2023
commit 996b6c37c7099eae63d8220e7c32d28b45971162
7 changes: 7 additions & 0 deletions modules/dnn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ if(TARGET ocv.3rdparty.cann AND OPENCV_TEST_DNN_CANN)
endif()
endif()

ocv_option(OPENCV_TEST_DNN_TIMVX "Build test with TIM-VX" (HAVE_TIMVX))
if(OPENCV_TEST_DNN_TIMVX)
if(TARGET opencv_test_dnn)
ocv_target_compile_definitions(opencv_test_dnn PRIVATE "HAVE_TIMVX=1")
endif()
endif()

ocv_option(OPENCV_TEST_DNN_TFLITE "Build test with TFLite" (OPENCV_DNN_TFLITE))
if(OPENCV_TEST_DNN_TFLITE)
if(TARGET opencv_test_dnn)
Expand Down
0