Alexander Alekhin
|
827ff80c06
|
Merge pull request #20977 from JulieBar:remap_overflow
|
2021-11-11 22:06:16 +00:00 |
|
Alexander Alekhin
|
7842181b47
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-11-05 09:27:46 +00:00 |
|
Alexander Alekhin
|
2ce47fda88
|
Merge pull request #21011 from vrabaud:3.4
|
2021-11-05 09:25:50 +00:00 |
|
Vincent Rabaud
|
ffd010767f
|
Only use fma functions when CV_FMA3 is set.
In practice, processors offering AVX2/AVX512 also FMA, that is why it got unnoticed.
|
2021-11-04 23:15:49 +01:00 |
|
Alexander Alekhin
|
7b57df02a7
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-30 14:26:17 +00:00 |
|
Alexander Alekhin
|
40c748a2ae
|
python: properly handle step for multichannel case
|
2021-10-29 18:29:19 +00:00 |
|
Julie Bareeva
|
69d0bc8fd5
|
Added overflow handling during conversion from float to int for LinearFilter
|
2021-10-29 19:46:11 +03:00 |
|
Alexander Alekhin
|
74cc63ba2f
|
Merge pull request #20969 from alalek:fix_msvc_clang_warning_noreturn
|
2021-10-28 23:00:49 +00:00 |
|
Alexander Alekhin
|
0b6e360602
|
Merge pull request #20967 from alalek:fix_msvc_clang_unused_parameter
|
2021-10-28 22:27:41 +00:00 |
|
Alexander Alekhin
|
a49cda6523
|
core: eliminate Winvalid-noreturn in base.hpp
|
2021-10-28 21:33:20 +00:00 |
|
Alexander Alekhin
|
d612c72405
|
build: fix MSVC-Clang warnings about unused parameters in stubs
|
2021-10-28 21:08:36 +00:00 |
|
Alexander Alekhin
|
6bd143dd25
|
Merge pull request #20961 from alalek:fix_msvc_clang
|
2021-10-28 13:54:24 +00:00 |
|
Alexander Alekhin
|
75e2ba5af3
|
core(simd): fix compilation with MSVC-Clang
|
2021-10-28 11:25:00 +00:00 |
|
Alexander Alekhin
|
1726bb6c0d
|
build(icc): fix nodiscard attribute handling
|
2021-10-28 05:52:22 +00:00 |
|
Alexander Alekhin
|
6a2077cbd8
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-23 15:33:31 +00:00 |
|
Alexander Alekhin
|
c0c71d6b3a
|
Merge pull request #20920 from alalek:hotfix_clang_abi
|
2021-10-21 11:35:58 +00:00 |
|
Alexander Alekhin
|
bac1c6d12f
|
hotfix: repair Clang ABI
|
2021-10-21 09:36:25 +00:00 |
|
Zhuo Zhang
|
7da51787b9
|
Merge pull request #20900 from zchrissirhcz:3.4-hwfeatures-support-qnx
* fix: correctly check neon flags for QNX platform
* refactor: change __QNXNTO__ to __QNX__
|
2021-10-19 13:30:27 +00:00 |
|
Alexander Alekhin
|
b1f422c1c5
|
Merge pull request #20894 from alalek:core_simd_int64_ctor_sse
|
2021-10-19 13:29:52 +00:00 |
|
Alexander Alekhin
|
b5fcb06a76
|
core(SIMD): update int64 SSE constructor
|
2021-10-18 18:59:40 +00:00 |
|
Sergiu Deitsch
|
f8f9f3c438
|
fixed AVX compile error
Some older compilers do not allow to pass a `const int` as an immediate. Use an unnamed enum instead.
|
2021-10-18 14:56:19 +02:00 |
|
Alexander Alekhin
|
31c40fa4cc
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-15 13:35:03 +00:00 |
|
Alexander Alekhin
|
982503e9a8
|
core: ensure 'int' result from CV_POPCNT_U64(x)
|
2021-10-13 01:14:37 +00:00 |
|
Alexander Alekhin
|
39c3334147
|
Merge tag '4.5.4'
|
2021-10-10 00:22:46 +00:00 |
|
Alexander Alekhin
|
4223495e6c
|
release: OpenCV 4.5.4
|
2021-10-09 15:48:26 +00:00 |
|
Alexander Alekhin
|
39ee5c5a46
|
plugins: reverse candidates order to fetch higher versions first
|
2021-10-08 20:34:07 +00:00 |
|
Alexander Alekhin
|
62252d157e
|
Merge tag '3.4.16'
|
2021-10-08 19:05:00 +00:00 |
|
Alexander Alekhin
|
b1cf550123
|
release: OpenCV 3.4.16
|
2021-10-08 18:31:56 +00:00 |
|
Alexander Alekhin
|
cca4c47781
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-08 11:05:45 +00:00 |
|
Alexander Alekhin
|
17bd9a1fa1
|
Merge pull request #20841 from alalek:core_keep_TlsAbstraction_singleton_3.4
|
2021-10-08 07:01:05 +00:00 |
|
Alexander Alekhin
|
4985311d46
|
core(tls): avoid destruction of TlsAbstraction singleton
|
2021-10-08 03:12:58 +00:00 |
|
Alexander Alekhin
|
e75387f029
|
core: fix compilation of copy ctors/assignment operators with GCC 4.x
|
2021-10-08 00:49:30 +00:00 |
|
Alexander Alekhin
|
27545dcc86
|
core: add __NetBSD__ build fix in parallel.cpp
|
2021-10-07 23:29:28 +00:00 |
|
Alexander Alekhin
|
03a08435e2
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-07 04:27:22 +00:00 |
|
Alexander Alekhin
|
eab2b9dc09
|
core: ensure is_trivially_copyable for simple types
|
2021-10-06 21:39:53 +00:00 |
|
Alexander Alekhin
|
e585192eeb
|
Merge pull request #20802 from alalek:core_tls_init_TlsAbstraction
|
2021-10-06 12:01:06 +00:00 |
|
Alexander Alekhin
|
13c6eb42e9
|
Merge pull request #20731 from komakai:matrix_mult_android_ios
|
2021-10-05 15:35:58 +00:00 |
|
Giles Payne
|
19a880bb91
|
Simple matrix multiplication for Mat in iOS/Android
|
2021-10-05 20:16:06 +09:00 |
|
Alexander Alekhin
|
3e6f27522b
|
pre: OpenCV 4.5.4 (version++)
|
2021-10-04 22:35:47 +00:00 |
|
Alexander Alekhin
|
ebef84e9ea
|
pre: OpenCV 3.4.16 (version++)
|
2021-10-04 20:47:07 +00:00 |
|
Alexander Alekhin
|
87d4970e8b
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-10-04 19:50:01 +00:00 |
|
Alexander Alekhin
|
d20c9bde7e
|
core(TLS): force TlsAbstraction initialization before main()
|
2021-10-04 11:34:09 +00:00 |
|
Alexander Alekhin
|
62414e3073
|
core(parallel): suppress TSAN warning
|
2021-10-04 10:46:32 +00:00 |
|
Alexander Alekhin
|
280dc77f8b
|
Merge pull request #20761 from komakai:fix_rect2f
|
2021-09-28 15:01:00 +00:00 |
|
Giles Payne
|
27df987211
|
Fix bug in initializers Rect2f(Point2f,Point2f) and Rect2d(Point2d,Point2d)
|
2021-09-28 20:31:07 +09:00 |
|
Alexander Alekhin
|
98ad72b096
|
Merge pull request #20558 from alalek:python_cv_mat
|
2021-09-26 17:40:54 +00:00 |
|
Alexander Alekhin
|
24fcb7f813
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2021-09-25 17:50:00 +00:00 |
|
Alexander Alekhin
|
998406d20e
|
Merge pull request #20729 from MikaelUrankar:3.4
|
2021-09-21 22:30:49 +00:00 |
|
mikael
|
f7b4b750d8
|
Detect FP16 on FreeBSD aarch64
|
2021-09-21 19:48:58 +02:00 |
|
Alexander Alekhin
|
2558ab3de7
|
Merge pull request #20716 from komakai:fix_ios_macos_put_get
|
2021-09-21 15:31:36 +00:00 |
|