1. 02 10月, 2019 5 次提交
  2. 01 10月, 2019 8 次提交
  3. 29 9月, 2019 1 次提交
  4. 27 9月, 2019 2 次提交
  5. 26 9月, 2019 1 次提交
  6. 25 9月, 2019 9 次提交
  7. 24 9月, 2019 2 次提交
    • T
      Add option to disable features in iOS build. · e0be771b
      takacsd 提交于
      e0be771b
    • W
      Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019 · c2096771
      Wenzhao Xiang 提交于
      [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
  8. 23 9月, 2019 5 次提交
  9. 22 9月, 2019 3 次提交
  10. 21 9月, 2019 2 次提交
  11. 19 9月, 2019 2 次提交