Alexander Alekhin
19ac54277b
Merge pull request #21313 from alalek:fix_links_3.4
3 years ago
Alexander Alekhin
c78a8dfd2d
fix 4.x links
3 years ago
Alexander Alekhin
b1a57c4cb2
fix 3.4 links
3 years ago
dwardor
54c180092d
Merge pull request #21114 from dwardor:patch-1
...
* Fix compile against lapack-3.10.0
Fix compilation against lapack >= 3.9.1 and 3.10.0 while not breaking older versions
OpenCVFindLAPACK.cmake & CMakeLists.txt: determine OPENCV_USE_LAPACK_PREFIX from LAPACK_VERSION
hal_internal.cpp : Only apply LAPACK_FUNC to functions whose number of inputs depends on LAPACK_FORTRAN_STR_LEN in lapack >= 3.9.1
lapack_check.cpp : remove LAPACK_FUNC which is not OK as function are not used with input parameters (so lapack.h preprocessing of "LAPACK_xxxx(...)" is not applicable with lapack >= 3.9.1
If not removed lapack_check fails so LAPACK is deactivated in build (not want we want)
use OCV_ prefix and don't use Global, instead generate OCV_LAPACK_FUNC depending on CMake Conditions
Remove CONFIG from find_package(LAPACK) and use LAPACK_GLOBAL and LAPACK_NAME to figure out if using netlib's reference LAPACK implementation and how to #define OCV_LAPACK_FUNC(f)
* Fix typos and grammar in comments
3 years ago
Alexander Alekhin
be110d0464
Merge pull request #21303 from alalek:issue_21299_4.x
3 years ago
Alexander Alekhin
6e733b65ae
Merge pull request #21302 from alalek:issue_21299_3.4
3 years ago
Alexander Alekhin
f948a2d0c0
Merge pull request #21305 from alalek:cmake_plugins_lowercase_internal_names
3 years ago
Alexander Alekhin
2aa47554fc
Merge pull request #21301 from alalek:coverity_fixes_4.x
3 years ago
Alexander Alekhin
c80b270678
cmake: force lowercase plugins internal names
3 years ago
Alexander Alekhin
dcc32e84b9
highgui: fix Win32 with OPENGL=ON
3 years ago
Alexander Alekhin
947d610309
Merge pull request #21297 from rogday:div_fix
3 years ago
Alexander Alekhin
3e01a387ba
highgui: fix Win32 with OPENGL=ON
3 years ago
Alexander Alekhin
4dbba5ac98
videoio: add non zero check
3 years ago
Alexander Alekhin
374cc4183e
Merge pull request #21296 from alalek:update_ffmpeg_4.x
3 years ago
Alexander Alekhin
b9d9730b62
Merge pull request #21295 from alalek:update_ffmpeg_3.4
3 years ago
rogday
0a178a687a
fix const/x in Div
3 years ago
Alexander Alekhin
c4c43c3d26
ffmpeg/4.x: update FFmpeg wrapper 2021.12
...
- FFmpeg 4.4.1
3 years ago
Alexander Alekhin
8fa86d4d34
ffmpeg/3.4: update FFmpeg wrapper 2021.12
...
- FFmpeg 3.4.9
3 years ago
Alexander Alekhin
a22dd28e02
videoio: fix ffmpeg standalone build
3 years ago
Alexander Alekhin
0e274fc4be
Merge pull request #21294 from mshabunin:fix-gst-audio
3 years ago
Maksim Shabunin
bc3da25a4a
videoio: added gst-audio dependency
3 years ago
Alexander Alekhin
80492d663e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
172c539a5a
Merge pull request #21281 from alalek:update_version_4.5.5-pre
3 years ago
Alexander Alekhin
a079acc0d9
Merge pull request #21280 from alalek:update_version_3.4.17-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
Stefano Allegretti
91817bffe1
Merge pull request #21275 from stal12:CCL_improvements
...
Improve CCL with new algorithms and tests
* Improve CCL with new algorithms and tests
* Split CCL test into dedicated tests cases
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
49bef1cdbf
Merge pull request #21283 from rogday:flatten_fix
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
eplankin
175bcb1734
Merge pull request #21258 from eplankin:fix_threshold_to_zero_ipp_bug
...
Fixed threshold(THRESH_TOZERO) at imgproc(IPP)
* Fixed #16085 : imgproc(IPP): wrong result from threshold(THRESH_TOZERO)
* 1. Added test cases with float where all bits of mantissa equal 1, min and max float as inputs
2. Used nextafterf instead of cast to hex
* Used float value in test instead of hex and casts
* Changed input value in test
3 years ago
Smirnov Egor
fec2c7e715
fix Flatten layer
3 years ago
Alexander Alekhin
07dca8cc03
pre: OpenCV 4.5.5 (version++)
3 years ago
Alexander Alekhin
60c093f086
pre: OpenCV 3.4.17 (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
f071207463
Merge pull request #21277 from alalek:backport_21267
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
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