Alexander Alekhin
172c539a5a
Merge pull request #21281 from alalek:update_version_4.5.5-pre
3 years ago
Alexander Alekhin
30df77fa4c
Merge pull request #21190 from rogday:acts
3 years ago
Smirnov Egor
71a22e45b0
add celu, hardsigmoid, selu, thresholdedrelu layers
3 years ago
Alexander Alekhin
defd8a527b
Merge pull request #21279 from cabelo:new-example-intelrealsense
3 years ago
Alexander Alekhin
3ce29236f3
Merge pull request #21253 from cabelo:allRrealsense
3 years ago
Alexander Alekhin
04ee99f1a3
Merge pull request #21282 from alalek:dnn_test_vulkan_skip
3 years ago
Alexander Alekhin
c39b83667b
Merge pull request #21176 from rogday:eltwise_layers
3 years ago
Smirnov Egor
1bd382c1d0
Add acos, acosh, asin, asinh, atan, atanh, cos, cosh, erf, hardswish, sin, sinh, softplus, softsign, tan layers
3 years ago
Alexander Alekhin
249c508126
dnn(test): skip failed tests on Vulkan backend
3 years ago
Trutnev Aleksei
04b27525fa
Merge pull request #21231 from alexgiving:atrutnev/SIMD_SubRC_fluid
...
GAPI FLUID: SIMD for SubRC kernel
* SIMD for SubRC
* Reverse subrc
3 years ago
Alexander Alekhin
07dca8cc03
pre: OpenCV 4.5.5 (version++)
3 years ago
Maxim Milashchenko
db4ab1c936
Merge pull request #21264 from MaximMilashchenko:AudioGStreamer
...
Audio GStreamer: added support .wav .flac audio formats
* added support .wav, lossless compressed audio formats
* fixed docs
* fixes
* videoio(gstreamer-audio): extra tests, improve error handling
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Alexander Alekhin
622b9d9276
Merge pull request #21267 from mshabunin:fix-kw-2021-12
3 years ago
alessandro faria
05bfdeab7a
New example for realsense
3 years ago
Gruhuang
b4bb98ea60
Merge pull request #21268 from pccvlab:tf_Arg
...
add argmax and argmin parsing for tensorflow
* add argmax and argmin for tf
* remove whitespace
* remove whitespace
* remove static_cast
Signed-off-by: Crayon-new <1349159541@qq.com>
3 years ago
Maksim Shabunin
a079c2eb7c
Fixed several issues found by static analysis
3 years ago
Alexander Alekhin
f7aa91e660
Merge pull request #21265 from alalek:dnn_onnx_test_filter_update_4.x
3 years ago
Alexander Alekhin
6d677bbd63
dnn(test): update ONNX conformance filters (4.x)
3 years ago
Alexander Alekhin
299f9837b7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
6a889ed3e5
Merge pull request #21261 from alalek:dnn_onnx_test_filter_update
3 years ago
Alexander Alekhin
f3ba88c87c
dnn(test): update ONNX conformance filters
3 years ago
Alexander Alekhin
498f1525b2
Merge pull request #21246 from pccvlab:square
3 years ago
Alexander Alekhin
e7c5120682
Merge pull request #21259 from rogday:random_fixes
3 years ago
Alexander Alekhin
19cfaa2be7
Merge pull request #21254 from alalek:build_opencv_winpack_dldt_2021.4.2
3 years ago
Smirnov Egor
e97c7e042b
fix max_unpool missing attributes, add default value of keepdims in reducemean/max/sum, add support for keepdims=true in full reduction branch, add new padding type to Pad
3 years ago
Sinitsina Maria
d8b1fc45aa
Merge pull request #20934 from SinM9:spectrogram_samples
...
AudioIO: add spectrogram samples for C++/python
3 years ago
Alexander Alekhin
35f27d0d3e
Merge pull request #21257 from alalek:imgproc_cvtcolor_lab_fix_nan
3 years ago
Alexander Alekhin
330a11861e
Merge pull request #21256 from zchrissirhcz:fix-3.4-pyramid-tutorial
3 years ago
rogday
4827fe86bb
Merge pull request #21088 from rogday:onnx_tests
...
Onnx conformance tests
* Add ONNX conformance tests
* dnn(test): add filters for ONNX conformance tests
* add filter lists for OCV backend
* address review comments
* move test_clip_inbounds to all_denylist
* address clip issue
* avoid empty lists
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
Alexander Alekhin
72c55b56f2
imgproc: catch NaNs in clip(), use table index debug check
...
- no NaN propagation guarantee
3 years ago
Trutnev Aleksei
295da7e5f3
Merge pull request #21150 from alexgiving:atrutnev/fluid_perf
...
GAPI: Add compare function to perf tests
* Add PhasePerfTest and SqrtPerfTest
* rebasing
* debug tests
* remove spaces
* Disable DivRCPerfTestGPU
* rebase
* Applied comments
* Correction
* Revert parameter changes
3 years ago
Alexander Alekhin
4eab85d364
Merge pull request #21251 from vrabaud:3.4_bayer
3 years ago
Zhuo Zhang
3cc83ce024
docs: correct normalize factor in gaussian pyramid tutorial
3 years ago
Alexander Alekhin
52c423a423
build: winpack_dldt with dldt 2021.4.2
3 years ago
alessandro faria
952f8e38cf
Illustration about realsense
3 years ago
Vincent Rabaud
542b3e8a64
Fix harmless signed integer overflow.
...
When computing:
t1 = (bayer[1] + bayer[bayer_step] + bayer[bayer_step+2] + bayer[bayer_step*2+1])*G2Y;
there is a T (unsigned short or char) multiplied by an int which can overflow.
Then again, it is stored to t1 which is unsigned so the overflow disappears.
Keeping all unsigned is safer.
3 years ago
Alexander Alekhin
4f79eb256d
Merge pull request #21250 from alalek:videoio_msmf_update_camera_3.4
3 years ago
Alexander Alekhin
7620456486
videoio(MSMF): add queue for async ReadSample()
3 years ago
Alexander Alekhin
052d209901
Merge pull request #21202 from alalek:videoio_msmf_update_camera
3 years ago
Alexander Alekhin
e9c45ff406
Merge pull request #21178 from alalek:cmake_fix_soversion
3 years ago
Alexander Alekhin
f1053d48a2
Merge pull request #21204 from anna-khakimova:ak/move_simd_absdiffc
3 years ago
Alexander Alekhin
ba12f52f6c
Merge pull request #21247 from rogday:coverity_fix
3 years ago
Polina Smolnikova
456137fa24
Merge pull request #21166 from rayonnant14:issue_21105
...
Fix intrinsics processing in case USAC parameters
* fixed USAC intrinsics processing
* change mat to matx33d, added test
3 years ago
rogday
692059e899
initialize members
3 years ago
cqn2219076254
252ce0b581
add square layer
3 years ago
Alexander Alekhin
d24befa0bc
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
5462710103
Merge pull request #21235 from jonay2000:fix-docs
3 years ago
Jonathan Dönszelmann
d1b923bee9
Update name from Gunner to Gunnar as that's the name he published his
...
paper under.
3 years ago
Alexander Alekhin
81a6d1b0d4
cmake: update SOVERSION
...
- OpenCV 4.x doesn't guarantee or maintain ABI compatibility
- We should increase SO version on each release
3 years ago
Alexander Alekhin
04020f391a
Merge pull request #21193 from alalek:imgproc_test_bitexact_cvtcolor_yuv
3 years ago