Alexander Alekhin
4a33014edc
Merge pull request #15391 from dkurt:fix_15141
5 years ago
Dmitry Kurtaev
57676cf64d
Fix https://github.com/opencv/opencv/issues/15141
5 years ago
Alexander Alekhin
114674c3d9
Merge pull request #15383 from alalek:fix_15379
5 years ago
Alexander Alekhin
c05595e482
Merge pull request #15382 from alalek:fix_15287
5 years ago
Alexander Alekhin
d4d7ab0620
Merge pull request #15380 from alalek:fix_build_icc
5 years ago
Alexander Alekhin
c74206e4de
Merge pull request #15376 from ilya-lavrenov:detect_openvino
5 years ago
Giles Payne
96d5cbd036
Merge pull request #15350 from komakai:apple-debug-build
...
* Add debug build option to MacOs and iOS build scripts
* osx: allow selection of MACOSX_DEPLOYMENT_TARGET
* Add --debug_info flag to iOS and macOS builds for building with debug info
5 years ago
Ilya Lavrenov
d0c4a92b4c
Adopted detection of Inference Engine
5 years ago
Alexander Alekhin
d7409604b5
core: handle empty Mat in Mat_ assignment operators
5 years ago
Alexander Alekhin
29dbeb253c
build: fix build with ICC
5 years ago
Alexander Alekhin
5a497077f1
objdetect: add input check in HOG detector
5 years ago
Alexander Alekhin
6bf6d1dc6b
Merge pull request #15373 from pmur:libpng-vsx-fix
5 years ago
Alexander Alekhin
56e832ee43
Merge pull request #15372 from alalek:core_stat_fix_intrin
5 years ago
Alexander Alekhin
601096f360
Merge pull request #15370 from alalek:core_fastmath_hpp_update
5 years ago
Alexander Alekhin
aa09febf79
Merge pull request #15353 from alalek:cmake_check_atomic
5 years ago
Paul E. Murphy
8aca1934ff
libpng: update check for VSX enablement
...
The deprecated flag ENABLE_VSX should not be used to enable this
feature. Instead, use the baseline cpu feature set to determine.
5 years ago
Alexander Alekhin
8a0b93bc4d
core: update fastmath.hpp
5 years ago
Alexander Alekhin
8b1fe8f6e0
core: fix stat SIMD code
5 years ago
Alexander Alekhin
7243eda2ff
Merge pull request #15316 from sturkmen72:update_seamless_cloning_cpp
5 years ago
Prakhar Varshney
3f7cc45686
Merge pull request #15345 from prakhar9998:patch-1
...
* fix broken code link
resolves #15344
* Update stitcher.markdown
* update 3.4 link
5 years ago
Alexander Alekhin
84b8a2fb05
Merge pull request #15303 from dkurt:fix_15296
5 years ago
Alexander Alekhin
c93e2ff81d
Merge pull request #15365 from Zyrin:3.4
5 years ago
Alexander Alekhin
0cdfd72529
Merge pull request #15368 from dab0bby:patch-2
5 years ago
dab0bby
70ce2bbb9e
fix typo and reference
5 years ago
Alexander Alekhin
464972855e
cmake: add libatomic check
5 years ago
Rosen Penev
58ca013b90
Merge pull request #15279 from neheb:patch-1
...
* jas_stream: Add definition for L_tmpnam if missing
uClibc-ng for some reason does not provide a definition when some
deprecated APIs are disabled. Value taken from the musl libc.
* 3rdparty: move uClibc-ng workaround into config file
5 years ago
Zyrin
869ea22f34
Use std::move in Mat_<T> move constructors
5 years ago
Zyrin
8ef8088686
Fix stack overflow on gcc with c++17 ( #15343 )
5 years ago
Alexander Alekhin
c5e9bbe4f3
Merge pull request #15335 from lixit:master
5 years ago
xitong
b1a5c76215
Fix a typo
5 years ago
Alexander Alekhin
9612397aa2
Merge pull request #15329 from craterkamath:fixTypoCamshift
5 years ago
craterkamath
04f720d56a
Fixed Typo Closes #15148
5 years ago
Alexander Alekhin
b8f35aa109
Merge pull request #15322 from alalek:backport_15318
5 years ago
Suleyman TURKMEN
a1e96a7deb
Update seamless_cloning.cpp
5 years ago
luz.paz
fcc7d8dd4e
Fix modules/ typos
...
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
backporting of commit: ec43292e1e
5 years ago
Alexander Alekhin
7df3141bbc
Merge pull request #15309 from alalek:backport_15305
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
Alexander Alekhin
13ecd5bb25
Merge pull request #15122 from pmur:fast-math-improvements
5 years ago
Alexander Alekhin
a703b9ed84
Merge pull request #15101 from alalek:cmake_initialization
5 years ago
Dmitry Kurtaev
e4a80aee09
Fix #15296
5 years ago
Alexander Alekhin
26551f178c
Merge pull request #15301 from alalek:backport
5 years ago
Alexander Alekhin
32772a5436
3.4: backported changes from 'master' branch
5 years ago
Alexander Alekhin
7c96857c02
Merge pull request #15292 from alalek:build_warnings_xcode_10_3
5 years ago
Alexander Alekhin
15b8a8d935
build: eliminate warnings with Xcode 10.3
5 years ago
Alexander Alekhin
e0cb01e2cf
Merge pull request #15249 from dkurt:dnn_ie_tests_2019r2
5 years ago
Hugo Lindström
935067ee05
Merge pull request #15265 from hugolm84:wince-armv7-supports-neon
...
* WINCE 8.0 requires ARMv7 Thumb2 and thus have NEON instructions
* Only add NEON if on _ARM_
5 years ago
Chip Kerchner
d513fb4c8e
Merge pull request #15199 from ChipKerchner:hogToHal
...
Convert HOG from SSE SIMD to HAL - 35-45% faster on Power (VSX) (#15199 )
* Convert SSE SIMD to HAL. 35-45% improvement for Power (VSX)
* Remove CV_NEON code. Use v_floor instead of 3 lines of code.
* Invert comparison logic to simplify code.
* Change initialization from v_load to constructor type.
5 years ago
Alexander Alekhin
596b8a5d06
Merge pull request #15263 from alalek:videoio_skip_msmf_tests3
5 years ago
Alexander Alekhin
6f267be6f1
Merge pull request #15260 from tomoaki0705:suppressNoisyWarning
5 years ago
Jake Howard
76b40a37e7
Merge pull request #15111 from RealOrangeOne:patch-1
...
* Remove unavoidable print of CV error
The return value covers whether the device exists.
This might be better hidden behind a debug flag, but I couldn't work out how to do that nicely.
* Use `CV_LOG_WARNING` macro to log rather than removing it entirely
5 years ago