Alexander Alekhin
13c6eb42e9
Merge pull request #20731 from komakai:matrix_mult_android_ios
3 years ago
HAN Liutong
e5fb50476c
Merge pull request #20521 from hanliutong:dev-rvv-multiVLEN
...
Make the implementation of optimization in DNN adjustable to different vector sizes with RVV intrinsics.
* Update fastGEMM for multi VLEN.
* Update fastGEMM1T for multi VLEN.
* Update fastDepthwiseConv for multi VLEN.
* Update fastConv for multi VLEN.
* Replace malloc with cv::AutoBuffer.
3 years ago
Alexander Alekhin
073c590d0b
Merge pull request #20811 from alalek:update_ffmpeg_4.x
3 years ago
Alexander Alekhin
c63aa7f085
Merge pull request #20808 from alalek:update_ffmpeg_3.4
3 years ago
Alexander Alekhin
c832e62db0
Merge pull request #20771 from smirnov-alexey:as/render_fixture_params
3 years ago
Alexander Alekhin
b7a7119b1f
ffmpeg/4.x: update FFmpeg wrapper 2021.10
...
- FFmpeg 4.4 (no changes)
3 years ago
Giles Payne
19a880bb91
Simple matrix multiplication for Mat in iOS/Android
3 years ago
Alexander Alekhin
672399c751
Merge pull request #20788 from alalek:update_version_4.5.4-pre
3 years ago
Alexander Alekhin
c54abde1bd
ffmpeg/3.4: update FFmpeg wrapper 2021.10
...
- FFmpeg 3.4.8 (no changes)
3 years ago
Alexander Alekhin
95c1d2a887
Merge pull request #20806 from alalek:update_version_3.4.16-pre
3 years ago
Alexander Alekhin
3e6f27522b
pre: OpenCV 4.5.4 (version++)
3 years ago
Alexander Alekhin
1b70f94282
Merge pull request #20782 from YashasSamaga:cuda4dnn-eltwise-broadcast
3 years ago
Alexander Alekhin
ebef84e9ea
pre: OpenCV 3.4.16 (version++)
3 years ago
Alexander Alekhin
87d4970e8b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
b1a772d194
Merge pull request #20803 from alalek:core_parallel_workaround_tsan
3 years ago
Shivanshu Tyagi
4938765eb3
Merge pull request #20291 from spazewalker:master
...
speech recognition sample
* speech recognition sample added.(initial commit)
* fixed typos, removed plt
* trailing whitespaces removed
* masking removed and using opencv for displaying spectrogram
* description added
* requested changes and add opencl fp16 target
* parenthesis and halide removed
* workaround 3d matrix issue
* handle multi channel audio
support for multiple files at once
* suggested changes
fix whitespaces
3 years ago
Jebastin Nadar
cce78cc5e2
Merge pull request #20535 from SamFC10:onnx-q
...
dnn : int8 quantized layers support in onnx importer
* added quantized layers support in onnx importer
* added more cases in eltwise node, some more checks
* added tests for quantized nodes
* relax thresholds for failed tests, address review comments
* refactoring based on review comments
* added support for unsupported cases and pre-quantized resnet50 test
* relax thresholds due to int8 resize layer
3 years ago
keroiber
f11f2bfb56
Merge pull request #20743 from keroiber:prefix_js_function_bindings_with_namespace
...
* Prefix global javascript functions with sub-namespaces
* js: handle 'namespace_prefix_override', update filtering
- avoid functions override with same name but different namespace
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
xhawk18
24f43e7ae9
Merge pull request #20183 from xhawk18:3.4
...
* improve compatibility for qt 6.
* cmake(highgui): rework Qt dependency support
* cmake(highgui): workaround Qt5Config.cmake "components" bug
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Zihao Mu
9085b933d8
Merge pull request #20702 from zihaomu:tf_expand_dim_layer
...
Add ExpandDims layer of tf_importer.cpp
* Add ExpandDims to tf_importer.
* add -1 expand test case.
* Support different dimensions of input.
* Compatible with 5-dimensional NDHWC data
* Code align
* support 3-dim input.
* 3-dim bug fixed.
* fixing error of code format.
3 years ago
Alexander Alekhin
d94d469c86
valgrind: update suppressions
3 years ago
Alexander Alekhin
59502594f8
Merge pull request #20772 from shengyu7697:remove-redundant-semicolon
3 years ago
Alexander Alekhin
d20c9bde7e
core(TLS): force TlsAbstraction initialization before main()
3 years ago
Alexander Alekhin
62414e3073
core(parallel): suppress TSAN warning
3 years ago
YashasSamaga
505dde09de
support broadcasting in eltwise ops
3 years ago
Alexander Alekhin
603d623eda
Merge pull request #20800 from SamFC10:fix-int8-conv
3 years ago
SamFC10
87ebf2e50b
fix illegal memory access in int8 convolution
3 years ago
Alexander Alekhin
37c3f0d8a0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
48c985e775
Merge pull request #20797 from sturkmen72:restore_LSD
3 years ago
Alexander Alekhin
7358fffb0f
Merge pull request #20796 from JonasVautherin:patch-1
3 years ago
Jonas Vautherin
de5b6386e0
Fix gst_initializer
...
Use the return value of gst_init_check instead of testing the error pointer
3 years ago
Alexander Alekhin
1de2d5c2b6
Merge pull request #20795 from JBamberger:gradle-dynamic-cv-version
3 years ago
Jannik Bamberger
ef53a9229f
Automatically set the correct OpenCV version in build.gradle
...
Automatically sets the correct OpenCV version in the CMAKE example contained in the build.gradle
file of the Android SDK.
3 years ago
Suleyman TURKMEN
259c39a63a
additional changes
3 years ago
shengyu
4d87f6025e
remove redundant semicolons
3 years ago
Alexander Alekhin
327b98eb13
Merge pull request #20794 from alalek:dnn_ocl_fix_conv_dwconv_workgroup
3 years ago
Alexander Alekhin
f977d10a19
dnn(ocl): fix conv DWCONV workgroup
3 years ago
Alexander Alekhin
a0cf8c322d
Merge pull request #20793 from tomoaki0705:fixGaussianOverflow
3 years ago
Alexander Alekhin
627be179c1
Merge pull request #20791 from TolyaTalamanov:at/dangling-media-frames
3 years ago
Tomoaki Teshima
1e74f5850b
suppress GaussianBlur to generate empty images
...
* sharp Gaussian kernel causes over flow and ends up in blank image
3 years ago
Anatoliy Talamanov
6d83a73858
Fix bugs with hanging frames
3 years ago
Suleyman TURKMEN
9b76872708
restore LSD
3 years ago
Alexander Alekhin
9b093c9a12
Merge pull request #20764 from sturkmen72:Update_OpenCVDetectVTK_cmake
3 years ago
Alexander Alekhin
4d587c341b
Merge pull request #20774 from alalek:dnn_ocl_fix_conv_basic_workgroup
3 years ago
Suleyman TURKMEN
f8f6cd6ef5
Update OpenCVDetectVTK.cmake
3 years ago
Alexander Alekhin
cf08eac15e
Merge pull request #20776 from alalek:port_20748_4.x
3 years ago
Suleyman TURKMEN
9a8552e8ae
Update perf_bgfg_mog2.cpp, perf_bgfg_knn.cpp
3 years ago
Alexander Alekhin
846317ef37
dnn(ocl): fix conv BASIC workgroup
3 years ago
Alexander Alekhin
7e62789edf
Merge pull request #20763 from Cavendish-Koo:houghlines_sdiv_bug_fix
3 years ago
Smirnov Alexey
5865af7f6e
Add more parameters to render fixture
3 years ago