- 24 Nov, 2019 2 commits
-
-
Alexander Alekhin authored
-
Steve Nicholson authored
-
- 23 Nov, 2019 2 commits
-
-
Alexander Alekhin authored
-
Steve Nicholson authored
-
- 22 Nov, 2019 4 commits
-
-
Vadim Levin authored
* Fix infinite loop when trying to change state of the busy camera - Add finite number of attempts in tryIoctl functions 10 by default. * Introduced new flag for ioctl call to handle EBUSY
-
Alexander Alekhin authored
-
Natsu authored
* Fix android armv7 c++_static init crash * core: move initialization of 'ios_base::Init' for Android
-
Alexander Alekhin authored
-
- 21 Nov, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Nov, 2019 5 commits
-
-
Alexander Alekhin authored
- do not require extensions library
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Everton Constantino authored
Improving VSX performance of integral function * Adding support for vector get function on VSX datatypes so the integral function gains a bit of performance. * Removing get as a datatype member function and implementing a new HAL instruction v_extract_n to get the n-th element of a vector register. * Adding SSE/NEON/AVX intrinsics. * Implement new HAL instruction v_broadcast_element on VSX/AVX/NEON/SSE. * core(simd): add tests for v_extract_n/v_broadcast_element - updated docs - commented out code to repair compilation - added WASM and MSA default implementations * core(simd): fix compilation - x86: avoid _mm256_extract_epi64/32/16/8 with MSVS 2015 - x86: _mm_extract_epi64 is 64-bit only * cleanup
-
Lorenzo Lucignano authored
-
- 19 Nov, 2019 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
core(test): extending tests with SIMD C++ emulation code (intrin_cpp.hpp) * core(test): test SIMD CPP emulation code (intrin_cpp.hpp) * core(simd): eliminate build warnings from intrin_cpp.hpp
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Nov, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
cudawarped authored
- backport 15290 - add extra test case
-
clunietp authored
-
- 17 Nov, 2019 1 commit
-
-
Alexander Alekhin authored
* imgproc: fix bit-exact GaussianBlur() / sepFilter2D() - avoid kernels with bad approximation - GaussiabBlur - apply error-diffusion approximation for kernel (8-bit fraction) * java(test): update features2d ref data * test: update test_facedetect
-
- 16 Nov, 2019 2 commits
-
-
Sebastián Gurin authored
Js test puppeteer * run_puppeteer.js / tests * js run test section * rollback html * whitespace * js: update OpenCV.js tests infrastructure * js: exclude puppeteer from default 'npm install' * js: update notes * js: more fixes in run_puppeteer * fix build folder
-
Alexander Alekhin authored
-
- 15 Nov, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ChipKerchner authored
-
Alexander Alekhin authored
-
- 14 Nov, 2019 2 commits
-
-
Alexander Alekhin authored
-
Liubov Batanina authored
-