Alexander Alekhin
4e12febe90
core: clone merge.simd.hpp
6 years ago
Alexander Alekhin
6eabe6bc14
core: clone merge.dispatch.cpp
6 years ago
Alexander Alekhin
3bc9912f6e
Merge pull request #13893 from alalek:core_dispatch_split
6 years ago
AKAMath
4c94804bb0
Merge pull request #13837 from amithjkamath:test
...
New computeECC function, and updated findTransformECC function to make gaussian filtering optional (#13837 )
* fix for https://github.com/opencv/opencv/issues/12432 with doc and tests
* Added doc string for new parameter.
* Fixes suggested by Alalek for getting around ABI incompatibility.
* Update to docstring, to remove parameter that isn't relevant.
* More updates based on Alalek's usggestions.
6 years ago
Alexander Alekhin
682e03bdb2
Merge pull request #13877 from LaurentBerger:pythonvideo
6 years ago
Alexander Alekhin
ca4fd1e427
Merge pull request #13884 from dkurt:dnn_drop_ie_r1_r2
6 years ago
Alexander Alekhin
91d152e2c2
core: dispatch split.cpp
6 years ago
Alexander Alekhin
1d8b30bf4f
core: keep history of split.cpp
6 years ago
Alexander Alekhin
0311770e8b
core: clone split.simd.hpp
6 years ago
Alexander Alekhin
82cd2f8c93
core: clone split.dispatch.cpp
6 years ago
Dmitry Kurtaev
20400aa9f7
Import Upsample and Unsqueeze from ONNX
6 years ago
Dmitry Kurtaev
4cbd09c41c
Add extra limitations for LRN from Inference Engine backend
6 years ago
LaurentBerger
4ebb617000
Check return value in python tutorial
6 years ago
Alexander Alekhin
0e70363f4a
Merge pull request #13882 from dkurt:fix_13479
6 years ago
Alexander Alekhin
7baa5efbe4
Merge pull request #13874 from dkurt:dnn_default_conf_thresh
6 years ago
Dmitry Kurtaev
ed710eaa1c
Make Inference Engine R3 as a minimal supported version
6 years ago
Dmitry Kurtaev
bfd663c281
Add a test for grouped deconvolution from ONNX
6 years ago
Ayush Pandey
5c7fe0fe05
Fix Issue #13479
6 years ago
Alexander Alekhin
1db5d82b7f
Merge pull request #13844 from brad-kelly:integral_avx512_cn234
6 years ago
Alexander Alekhin
3064e40d9e
Merge pull request #13866 from alalek:core_dispatch_mean
6 years ago
Vitaly Tuzov
334c4d62b5
Merge pull request #13781 from terfendail:warp_wintr
...
Resize reworked using wide universal intrinsics (#13781 )
* Added wide universal intrinsics optimized implementation for 3 channel bit-exact linear resize
* Reworked linear resize using new wide LUT intrinsics
* Fix for VSX intrinsics
6 years ago
Dmitry Kurtaev
715f881dda
Replace default confidence threshold for dnn detections from -FLT_MAX to 0
6 years ago
Brad Kelly
507f8add1c
Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format
6 years ago
Alexander Alekhin
8cedc052ca
Merge pull request #13841 from dkurt:dnn_ie_future_3
6 years ago
Alexander Alekhin
6e34d2778f
Merge pull request #13865 from lsr0:flann_cudacc
6 years ago
Alexander Alekhin
dc84cf9914
core: dispatch mean.cpp
6 years ago
Alexander Alekhin
4b82c8a22b
core: keep history of mean.cpp
6 years ago
Alexander Alekhin
7af7bcae18
core: clone mean.dispatch.cpp
6 years ago
Alexander Alekhin
93cea6e46e
core: clone mean.simd.hpp
6 years ago
Lindsay Roberts
7c72e095fa
Fix Flann compilation under nvcc + NEON
...
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
compiling cuda kernels (.cu) -- this prevents hard errors such as
error: identifier "__builtin_neon_qi" is undefined
Add this same protection to flann/dist.h to fix compilation involving
flann.hpp.
6 years ago
Alexander Alekhin
aebb66682b
Merge pull request #13857 from LaurentBerger:bug13853
6 years ago
Dmitry Kurtaev
ca5976e3d4
Fix IE backend considering future changes.
6 years ago
LaurentBerger
9e94212eac
Solves bug 13853
6 years ago
Alexander Alekhin
3bba5b5a31
Merge pull request #13850 from nglee:dev_FixCudaStereoBMHangRace
6 years ago
Alexander Alekhin
9b71f5fd54
Merge pull request #13835 from catree:real_time_pose_tutorial_keypoints_matching
6 years ago
Alexander Alekhin
428720f490
Merge pull request #13833 from alalek:core_dispatch_matmul
6 years ago
catree
3c92d40f6e
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
6 years ago
Alexander Alekhin
cd66f6e3db
core: dispatch matmul
...
- gemm: keep baseline only (lapack is 10x+ faster, lets reduce binary size)
- transform / distTransform
- scaleAdd (32f/64f only)
- Mahalanobis: keep baseline only (no perf tests)
- mulTransposed: keep baseline only (no perf tests)
- dot
6 years ago
Namgoo Lee
1a961660d8
cuda::StereoBM - fix hanging and racing issue
...
- Fix hanging issue on 2080 Ti
- Fix racing issue
6 years ago
Alexander Alekhin
9d3d5e9d65
Merge pull request #13774 from l-bat:fix-IE-tests
6 years ago
Alexander Alekhin
fbde57dba8
core: keep history of matmul.cpp
6 years ago
Alexander Alekhin
dcee7b1605
core: clone matmul.dispatch.cpp
6 years ago
Alexander Alekhin
b769ad2c23
core: clone matmul.simd.hpp
6 years ago
Alexander Alekhin
3c70d966cb
Merge pull request #13823 from alalek:core_dispatch_countNonZero
6 years ago
Alexander Alekhin
d9b573795b
Merge pull request #13726 from nicolaerosia:android-ffmpeg
6 years ago
Nicolae Rosia
3aaf8dfd11
cmake: allow FFmpeg linking on Android
...
details: https://github.com/opencv/opencv/pull/13726
In order to help CMake and PkgConfig find FFmpeg you need to:
1) export `PKG_CONFIG_LIBDIR=${SYSROOT}`
where `SYSROOT=${ANDROID_NDK}/sysroot`
2) Add `-DCMAKE_PREFIX_PATH=${FFMPEG_INSTALL_PREFIX}`
3) Append `-DCMAKE_FIND_ROOT_PATH=${FFMPEG_INSTALL_PREFIX}`
6 years ago
Alexander Alekhin
e3633ec4a2
core: dispatch count_non_zero
6 years ago
Alexander Alekhin
0b49680339
core: keep history of count_non_zero.cpp
6 years ago
Alexander Alekhin
439e43a027
core: clone count_non_zero.dispatch.cpp
6 years ago
Alexander Alekhin
af8a3a0b66
core: clone count_non_zero.simd.hpp
6 years ago