- 17 Oct, 2019 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
jasjuang authored
-
- 16 Oct, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
pylint 1.8.3
-
Adam Rankin authored
VTK_MAJOR_VERSION not found unless header is included
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- before main() launch
-
- 14 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
- IPP/SSE4.2 works well
-
- 12 Oct, 2019 1 commit
-
-
Alexander Smorkalov authored
-
- 11 Oct, 2019 3 commits
-
-
JamesNewton authored
-
Chip Kerchner authored
* New v_reverse HAL intrinsic for reversing the ordering of a vector * Fix conflict. * Try to resolve conflict again. * Try one more time. * Add _MM_SHUFFLE. Remove non-vectorize code in SSE2. Fix copy and paste issue with NEON. * Change v_uint16x8 SSE2 version to use shuffles
-
Everton Constantino authored
* Adding support for vectorized masking for uchar/ushort. * Fixing bug where mask was zeroing the dst. Improved the way to calculate the mask and tweaked for further performance improvements. * Fixing mask comparison test. * Restricting to one channel. * Adding support for 3 channels, switch old approach to start using HAL's v_select.
-
- 09 Oct, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
OpenCV 3.4.8
-
Maksim Shabunin authored
* Disable posix_memalign by default * core: fix memalign parameter handling
-
Alexander Smorkalov authored
-
Marcin Tolysz authored
* Cuda + OpenGL on ARM There might be multiple ways of getting OpenCV compile on Tegra (NVIDIA Jetson) platform, but mainly they modify CUDA(8,9,10...) source code, this one fixes it for all installations. ( https://devtalk.nvidia.com/default/topic/1007290/jetson-tx2/building-opencv-with-opengl-support-/post/5141945/#5141945 et al.). This way is exactly the same as the one proposed but the code change happens in OpenCV. * Updated, The link provided mentions: cuda8 + 9, I have cuda 10 + 10.1 (and can confirm it is still defined this way). NVIDIA is probably using some other "secret" backend with Jetson.
-
Sean McBride authored
-
- 08 Oct, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- _mm256_bslli_epi128() works in GCC 4.9.3+ only - Android NDK r10 doesn't support this instruction
-
- 07 Oct, 2019 7 commits
-
-
Alexander Alekhin authored
-
Sayed Adel authored
* core: rework and optimize SIMD implementation of dotProd - add new universal intrinsics v_dotprod[int32], v_dotprod_expand[u&int8, u&int16, int32], v_cvt_f64(int64) - add a boolean param for all v_dotprod&_expand intrinsics that change the behavior of addition order between pairs in some platforms in order to reach the maximum optimization when the sum among all lanes is what only matters - fix clang build on ppc64le - support wide universal intrinsics for dotProd_32s - remove raw SIMD and activate universal intrinsics for dotProd_8 - implement SIMD optimization for dotProd_s16&u16 - extend performance test data types of dotprod - fix GCC VSX workaround of vec_mule and vec_mulo (in little-endian it must be swapped) - optimize v_mul_expand(int32) on VSX * core: remove boolean param from v_dotprod&_expand and implement v_dotprod_fast&v_dotprod_expand_fast this changes made depend on "terfendail" review
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Marcin Tolysz authored
``` #define NPP_VER_MAJOR 10 #define NPP_VER_MINOR 2 #define NPP_VER_PATCH 0 #define NPP_VER_BUILD 243 #define NPP_VERSION (NPP_VER_MAJOR * 1000 + \ NPP_VER_MINOR * 100 + \ NPP_VER_PATCH)
-
Suleyman TURKMEN authored
-
- 05 Oct, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-