- 04 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 02 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Oct, 2019 7 commits
-
-
Alexander Alekhin authored
-
Elms authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 30 Sep, 2019 3 commits
-
-
Alexander Alekhin authored
-
Sebastián Gurin authored
js - cv.estimateAffine2D, cv.warpPolar
-
ann authored
QR-Code detection: accuracy improvement * first commit * resize improvement * resize improvement * dummy commit * warnings fix * warnings fix * warnings fix * test added * resize fix * resize fix * tests changed * tests changed
-
- 28 Sep, 2019 1 commit
-
-
Suleyman TURKMEN authored
-
- 27 Sep, 2019 2 commits
-
-
Alexander Alekhin authored
-
Brandon authored
* Added Rodrigues to the JS embindgen.py and a unittest in test_calib3d.js on 3.4 base
-
- 26 Sep, 2019 1 commit
-
-
Alexander Alekhin authored
UBSAN violation expression: 'tab = tabR - x;'
-
- 25 Sep, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Andrew Ryrie authored
This is useful for bidirectional LSTMs.
-
Alexander Alekhin authored
-
Lubov Batanina authored
Fix computation of internal shapes in Deconvolution layer * Fix computation of internal shapes * Refactoring
-
Alexander Alekhin authored
to control CL_MEM_USE_HOST_PTR usage
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
- 24 Sep, 2019 3 commits
-
-
Alexander Alekhin authored
-
takacsd authored
-
Wenzhao Xiang authored
[GSoC 2019] Improve the performance of JavaScript version of OpenCV (OpenCV.js) * [GSoC 2019] Improve the performance of JavaScript version of OpenCV (OpenCV.js): 1. Create the base of OpenCV.js performance test: This perf test is based on benchmark.js(https://benchmarkjs.com). And first add `cvtColor`, `Resize`, `Threshold` into it. 2. Optimize the OpenCV.js performance by WASM threads: This optimization is based on Web Worker API and SharedArrayBuffer, so it can be only used in browser. 3. Optimize the OpenCV.js performance by WASM SIMD: Add WASM SIMD backend for OpenCV Universal Intrinsics. It's experimental as WASM SIMD is still in development. * [GSoC2019] 1. use short license header 2. fix documentation node issue 3. remove the unused `hasSIMD128()` api * [GSoC2019] 1. fix emscripten define 2. use fallback function for f16 * [GSoC2019] Fix rebase issue
-
- 23 Sep, 2019 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 22 Sep, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Sep, 2019 2 commits
-
-
Alexander Alekhin authored
* 3rdparty: libpng v1.6.37 MSA patch (pr15422) original files: https://github.com/glennrp/libpng/tree/v1.6.37/mips * 3rdparty: libwebp MSA asm patch (pr15422)
-
mipsopen-fwu authored
* Added MSA implementations for mips platforms. Intrinsics for MSA and build scripts for MIPS platforms are added. Signed-off-by: Fei Wu <fwu@wavecomp.com> * Removed some unused code in mips.toolchain.cmake. Signed-off-by: Fei Wu <fwu@wavecomp.com> * Added comments for mips toolchain configuration and disabled compiling warnings for libpng. Signed-off-by: Fei Wu <fwu@wavecomp.com> * Fixed the build error of unsupported opcode 'pause' when mips isa_rev is less than 2. Signed-off-by: Fei Wu <fwu@wavecomp.com> * 1. Removed FP16 related item in MSA option defines in OpenCVCompilerOptimizations.cmake. 2. Use CV_CPU_COMPILE_MSA instead of __mips_msa for MSA feature check in cv_cpu_dispatch.h. 3. Removed hasSIMD128() in intrin_msa.hpp. 4. Define CPU_MSA as 150. Signed-off-by: Fei Wu <fwu@wavecomp.com> * 1. Removed unnecessary CV_SIMD128_64F guarding in intrin_msa.hpp. 2. Removed unnecessary CV_MSA related code block in dotProd_8u(). Signed-off-by: Fei Wu <fwu@wavecomp.com> * 1. Defined CPU_MSA_FLAGS_ON as "-mmsa". 2. Removed CV_SIMD128_64F guardings in intrin_msa.hpp. Signed-off-by: Fei Wu <fwu@wavecomp.com> * Removed unused msa_mlal_u16() and msa_mlal_s16 from msa_macros.h. Signed-off-by: Fei Wu <fwu@wavecomp.com>
-
- 19 Sep, 2019 1 commit
-
-
Vitaly Tuzov authored
-