1. 03 Oct, 2019 1 commit
  2. 02 Oct, 2019 3 commits
  3. 01 Oct, 2019 7 commits
  4. 30 Sep, 2019 3 commits
  5. 28 Sep, 2019 1 commit
  6. 27 Sep, 2019 2 commits
  7. 26 Sep, 2019 1 commit
  8. 25 Sep, 2019 8 commits
  9. 24 Sep, 2019 3 commits
    • Alexander Alekhin's avatar
    • takacsd's avatar
      Add option to disable features in iOS build. · e0be771b
      takacsd authored
      e0be771b
    • Wenzhao Xiang's avatar
      Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019 · c2096771
      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
      c2096771
  10. 23 Sep, 2019 5 commits
  11. 22 Sep, 2019 3 commits
  12. 20 Sep, 2019 2 commits
  13. 19 Sep, 2019 1 commit