Alexander Alekhin
f071207463
Merge pull request #21277 from alalek:backport_21267
3 years ago
Maksim Shabunin
792b7e0629
(3.4) Fixed several issues found by static analysis
...
original commit: a079c2eb7c
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
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
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
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
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
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
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
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
9b7f40ce4d
Merge pull request #21074 from vrabaud:3.4_rect
3 years ago
Alexander Alekhin
659cf7249e
imgproc(ocl): fix resizeLN, avoid integer overflow
3 years ago
UncleLLD
62a010a25d
Merge pull request #21224 from UncleLLD:fix-cvtColor-error
...
fix cvtColor-error
* fix gray image channel error
* fix gray image channel error
* fix cvtColor error after the video end
* fix cvtColor error after the video end and change next variable
* fix cvtColor error after the video end
* reset next variable
* fix cvtColor error after the video end
* fix cvtColor error after the video end
3 years ago
Vincent Rabaud
6b4ea68bc7
Solve Rect overflow issues.
...
Fow now, it is possible to define valid rectangle for which some
functions overflow (e.g. br(), ares() ...).
This patch fixes the intersection operator so that it works with
any rectangle.
3 years ago
Andrey Senyaev
d6891c705e
Merge pull request #21219 from asenyaev:asen/remove_distutils
...
* Replaced distutils module to sysconfig
* Fixed getting a path to python lib
3 years ago
Alexander Alekhin
16b674b984
Merge pull request #21213 from alalek:issue_20850_case1
3 years ago
Alexander Alekhin
65392d5e6b
cmake: fix OPENGL_LIBRARIES handling
3 years ago
UncleLLD
5aef565fb6
Merge pull request #21188 from UncleLLD:fix-markdown-error
...
fix issue 21187: markdown file: gray image does not have three dimensions
3 years ago
Alexander Alekhin
a3287b85c5
carotene: disable YUV color conversions (bit-exact issue)
3 years ago
Alexander Alekhin
0c0b1ec9ae
imgproc(test): add bit-exact tests for YUV cvtColor conversions
3 years ago
Alexander Alekhin
35ff9af6ce
Merge pull request #21162 from rogday:softmax_simplification
3 years ago
Alexander Alekhin
dad2b9aac8
Merge pull request #21160 from rogday:elu_alpha
3 years ago
rogday
1613d30544
Merge pull request #21159 from rogday:ceil_mode
...
fix ceil_mode for Average/MaxPooling
* fix ceil_mode
* add a comment
3 years ago
Alexander Alekhin
b6df9debaf
Merge pull request #21174 from APrigarina:fix_qr_encoder
3 years ago
Alexander Alekhin
b9d0dc60b0
Merge pull request #21173 from alalek:3.4_dnn_test_reenable_ov_2021_4
3 years ago
APrigarina
37b1876807
qr encoder: fix memory and unused variables issues
3 years ago
Alexander Alekhin
bd396e1fd5
dnn(test): re-enable tests which works with OpenVINO 2021.4.x (3.4)
3 years ago
Alexander Alekhin
5da69c0b9a
Merge pull request #21164 from rogday:sum_identity
3 years ago
Alexander Alekhin
a806e8cc58
Merge pull request #21163 from rogday:transpose_default
3 years ago
Vincent Rabaud
1a1a7bbbfd
Merge pull request #21112 from vrabaud:3.4_luv_overflow
...
* Fix integer overflow in cv::Luv2RGBinteger::process.
For LL=49, uu=205, vv=23, we end up with x=7373056 and y=458
which overflows y*x.
* imgproc(test): adjust test parameters to cover SIMD code
3 years ago
Smirnov Egor
33e97e994d
add sum of 1 input
3 years ago
Smirnov Egor
11e6848bb9
add default order to transpose
3 years ago
Smirnov Egor
829410729c
add new (Log)SoftMax simplification passes
3 years ago
Smirnov Egor
0e2a3686c0
add alpha parameter to ELU layer
3 years ago
Alexander Alekhin
0d2857a242
Merge pull request #21152 from rogday:fix_defaults
3 years ago