David Carlier
6769ee3748
OpenCL: FreeBSD build fix
5 years ago
Alexander Alekhin
07f0225ca6
Merge pull request #15438 from anton-potapov:fluid_internal_parallellism_fix_kw
5 years ago
Anton Potapov
f7b5900671
Fluid Internal Parallelism
...
- make static analysis happy
5 years ago
Alexey Smirnov
8a7e74673e
Merge pull request #15312 from smirnov-alexey:gapi_fluid_garray
...
* Support GArray as input in fluid kernels
* Create tests on GArray input in fluid
* Some fixes to fully support GArray
* Refactor code and change the kernel according to review
* Add histogram calculation as a G-API kernel
Add assert that input GArgs in fluid contain at least one GMat
5 years ago
Alexander Alekhin
3c62f3a8e3
pre: OpenCV 4.1.2 (version++)
5 years ago
Alexander Alekhin
48d41ab088
dnn: bump API version
5 years ago
Alexander Alekhin
0fda243a05
pre: OpenCV 3.4.8 (version++)
5 years ago
Alexander Alekhin
70dfae31a2
experimental version++
5 years ago
Alexander Alekhin
e98e58c65a
Merge pull request #15432 from atinfinity:removed-tegra-optimization
5 years ago
atinfinity
3b9f981358
removed tegra optimization
5 years ago
Alexander Alekhin
048ddbf9ee
Merge pull request #15339 from pmur:dotprod-32s-vsx
5 years ago
Alexander Alekhin
2a6527e751
Merge pull request #15402 from ChipKerchner:normUnroll
5 years ago
Chip Kerchner
26228e6b4d
Merge pull request #15358 from ChipKerchner:imgwarpToHal
...
* Convert ImgWarp from SSE SIMD to HAL - 2.8x faster on Power (VSX) and 15% speedup on x86
* Change compile flag from CV_SIMD128 to CV_SIMD128_64F for use of v_float64x2 type
* Changing WarpPerspectiveLine from class functions and dispatching to static functions.
* Re-add dynamic runtime and dispatch execution.
* RRestore SSE4_1 optimizations inside opt_SSE4_1 namespace
5 years ago
Maksim Shabunin
f3aab47f94
Assorted documentation fixes
...
* removed private flann documentation
* common tutorial images moved to doc/images
* grouping issues
5 years ago
Alexander Alekhin
1661e83939
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
f224d740a3
Merge pull request #15414 from kuzi117:instr
5 years ago
Alexander Alekhin
700f7a275f
Merge pull request #15418 from mshabunin:try-install-layout-34
5 years ago
Alexander Alekhin
e319340253
Merge pull request #15417 from alalek:ts_fix_callback_signature
5 years ago
Alexander Alekhin
6508bbcef5
Merge pull request #15412 from kuzi117:ambig
5 years ago
Braedy Kuzma
9bf8b496d6
Use commonly supported instruction mnemonic.
5 years ago
Braedy Kuzma
d4120dd2fe
Disambiguate vecpopcnt for (u)dword2.
5 years ago
Maksim Shabunin
8c849a48cc
Ported install layout refactoring from master branch
5 years ago
Alexander Alekhin
654d0c29ad
ts: fix callback function signature
...
detected by UBSAN
5 years ago
Alexander Alekhin
8d0b3dad5c
Merge pull request #15357 from ChipKerchner:fastCorner
5 years ago
Lubov Batanina
90eb529bc4
Merge pull request #15395 from l-bat:fully_connected
...
* Fix IE FullyConnected layer
* Fix MyriadX
5 years ago
Alexander Alekhin
6506c19ac3
Merge pull request #15407 from terfendail:test_check_any
5 years ago
Alexander Alekhin
834c992553
Merge pull request #14786 from mshabunin:try-install-layout
5 years ago
Chip Kerchner
30a60d396b
Merge pull request #15274 from ChipKerchner:lkpyramidToHal
...
* Convert lkpyramid from SSE SIMD to HAL - 90% faster on Power (VSX).
* Replace stores with reduce_sum. Rework to handle endianess correctly.
* Fix compiler warnings by casting values explicitly to shorts
* Switch to CV_SIMD128 compiler definition. Unroll loop to 8 elements since we've already loaded the data.
5 years ago
Vitaly Tuzov
d134ec54c5
Extend tests for v_check_any and v_check_all intrinsics
5 years ago
Alexander Alekhin
ca7640e10f
Merge pull request #15401 from ChipKerchner:vectorReduceInt8Bug
5 years ago
ChipKerchner
288e6f9c07
Improve vectorization in the 'norm' functions
5 years ago
ChipKerchner
70b883cfeb
Fix macro bug with v_reduce_min and v_reduce_max for chars in VSX
5 years ago
Alexander Alekhin
ea525d5685
Merge pull request #15400 from terfendail:fix_check_any
5 years ago
Alexander Alekhin
1ae001d10a
Merge pull request #15378 from andrey-golubev:acc_tests_doc
5 years ago
Vitaly Tuzov
1b40528e1a
Fix for AVX2 implementation of v_check_any(), v_check_all() intrinsics
5 years ago
Maksim Shabunin
4e67eb6c42
Extracted install layout configuration to separate file
5 years ago
atinfinity
824465ea27
Merge pull request #15388 from atinfinity:impl-turbo-colormap
...
Implementation of colormap "Turbo" (#15388 )
* implemented turbo colormap
* add colormap image
* changed float value to avoid cast
* sorted flag check alphabetically
5 years ago
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
a7b954f655
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
576644a197
Merge pull request #15236 from dbudniko:dbudniko/g_api_copy_kernels
5 years ago