- 24 Oct, 2018 1 commit
-
-
Tomoaki Teshima authored
* use boundingRect instead of manual loop
-
- 15 Oct, 2018 5 commits
-
-
Alexander Alekhin authored
* js: update build script - support emscipten 1.38.12 (wasm is ON by default) - verbose build messages * js: use builtin Math functions * js: disable tracing code completelly
-
Tomoaki Teshima authored
* remove race condition * upload _prevPts to OpenCL device explicitly before calling "sparse"
-
Dmitry Kurtaev authored
-
Adam Radomski authored
-
Vitaly Tuzov authored
-
- 14 Oct, 2018 3 commits
-
-
tellowkrinkle authored
* Make cocoa windows draw faster * Use a CALayer for rendering when possible Uses GPU to scale images, which is important because retina macs will want window sizes much larger (in pixels) than the image * Fix mouse logic for cocoa windows * Only halve resolution on retina if image is larger than display
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- always pass DEPTH_dst value to core/arithm kernel
-
- 13 Oct, 2018 1 commit
-
-
tompollok authored
-
- 12 Oct, 2018 3 commits
-
-
drkoller authored
-
Alexander Alekhin authored
-
take1014 authored
-
- 11 Oct, 2018 5 commits
-
-
Sayed Adel authored
-
Tomoaki Teshima authored
* fix test failure of cudaimgproc convert color bgr2lab series
-
Sayed Adel authored
- improve cpu dispatching calls to allow more SIMD extentions (SSE4.1, AVX2, VSX) - wide universal intrinsics - replace dummy v_expand with v_expand_low - replace v_expand + v_mul_wrap with v_mul_expand for product accumulate operations - use FMA for accumulate operations - add mask and more types to accumulate's performance tests
-
Sayed Adel authored
- redefine 16-bit multiply operator to perform saturating multiply instead of non-saturating multiply - implement 8-bit multiply operator to perform saturating multiply - implement v_mul_wrap() for 8-bit, 16-bit non-saturating multiply - improve performance of v_mul_hi() for VSX - update intrin tests with new changes - replace unv 16-bit multiplication operator with v_mul_wrap due behavior changes - Several improvements depend on vpisarev review * initial forward declarations for universal intrinsics * move emulating SSE intrinsics into separate file * implement v_mul_expand for 8-bit * reimplement saturating multiply using v_mul_expand + v_pack * map v_expand, v_load_expand, v_load_expand_q to sse4.1 * fix overflow avx2::v_pack(uint32) * implement two universal intrinsics v_expand_low and v_expand_high
-
Vitaly Tuzov authored
-
- 10 Oct, 2018 8 commits
-
-
Alexander Alekhin authored
Similar to 'OMP_DYNAMIC=TRUE'.
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Nesterov authored
-
Alexander Alekhin authored
to detect process termination after ExitProcess() call
-
Adam Radomski authored
-
- 09 Oct, 2018 2 commits
-
-
Hamdi Sahloul authored
-
Apoorv Goel authored
* Add documentation for cvtColorTwoPlane * Change brief and add links
-
- 08 Oct, 2018 2 commits
-
-
Lubov Batanina authored
* Add Shufflenet support in ONNX * Add test for transpose layer
-
Vitaly Tuzov authored
-
- 07 Oct, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Hamdi Sahloul authored
-
- 05 Oct, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
especially in CPU only processing
-
- 04 Oct, 2018 3 commits
-
-
Anush Elangovan authored
_tzcnt_u32() is not exported by clang-cl intrin.h so check for clang-cl and enable an alterate for _tzcnt_u32() Some discussions: http://lists.llvm.org/pipermail/cfe-dev/2016-October/051329.html https://bugs.llvm.org/show_bug.cgi?id=30506 TEST=Build with clang-cl
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
to avoid build break without `__OPENCV_BUILD`
-
- 03 Oct, 2018 2 commits
-
-
Tomoaki Teshima authored
* if the src has odd number of height, access error happens * it could happen on width, too * check both dst and src range in both width and height
-
Apoorv Goel authored
* fix #12012 * Replace CV_StsBadFlag with Error::StsBadFlag
-