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
792b7e0629
(3.4) Fixed several issues found by static analysis
...
original commit: a079c2eb7c
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
cee3ec6dc4
Merge pull request #21271 from vrabaud:3.4_clip
3 years ago
Vincent Rabaud
3da17c42a4
Use NaN-safe clip function.
...
This is to prevent more NaN to int conversions like in #21111 .
3 years ago
Alexander Alekhin
2329cbc1a2
Merge pull request #21269 from mshabunin:fix-hardening-o3
3 years ago
Maksim Shabunin
b39ee54103
Do not force -O2 flag in hardening-enabled builds
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
Alexander Alekhin
c4ab0c09ea
Merge pull request #21228 from alalek:issue_21198
3 years ago
Alexander Alekhin
6e50e4b9ee
Merge pull request #21161 from rogday:elu_alpha_4x
3 years ago
HAN Liutong
1599f9f0c0
Merge pull request #21086 from hanliutong:rvv-dnn
...
Further optimize DNN for RISC-V Vector.
* Optimize DNN on RVV by using vsetvl.
* Rename vl.
* Update fastConv by using setvl instead of mask.
* Fix fastDepthwiseConv
3 years ago
Alexander Alekhin
0c5b6e5556
videoio(MSMF): add queue for async ReadSample()
3 years ago
Alexander Alekhin
e3e04f5dae
Merge pull request #21222 from asenyaev:asen/replace_distutils_copy_tree
3 years ago
Gruhuang
17bc8565f6
Merge pull request #21154 from pccvlab:MatMul_with_two_inputs
...
Add BatchMatMul layer support for tf_importer
* two inputs
* support batch_matmul
* refactor: remove useless code
* refactor: decrease nesting
3 years ago
Simon Wilson
c08954c18b
Merge pull request #21227 from sbwilson:fix_framework_unicode_headers
...
* fix unicode errors for framework headers
This would crash if the header file included non-ASCII characters. This change ensures that headers are read and written as UTF-8 encoded files instead of ascii.
* Adds spaces after commas
3 years ago
Alexander Alekhin
7ba56a4b88
Merge pull request #21194 from whalenpt:qt_opengl_build_fix
3 years ago