1. 24 11月, 2019 1 次提交
  2. 12 10月, 2019 1 次提交
  3. 05 10月, 2019 1 次提交
  4. 24 9月, 2019 1 次提交
    • 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
  5. 18 9月, 2019 1 次提交
  6. 17 9月, 2019 1 次提交
  7. 07 9月, 2019 1 次提交
  8. 02 9月, 2019 1 次提交
  9. 31 8月, 2019 1 次提交
  10. 22 8月, 2019 1 次提交
  11. 21 8月, 2019 1 次提交
  12. 20 8月, 2019 1 次提交
  13. 15 8月, 2019 1 次提交
  14. 05 8月, 2019 1 次提交
  15. 08 7月, 2019 1 次提交
  16. 21 6月, 2019 1 次提交
  17. 05 6月, 2019 1 次提交
  18. 30 5月, 2019 1 次提交
  19. 23 5月, 2019 1 次提交
  20. 20 5月, 2019 1 次提交
  21. 15 5月, 2019 2 次提交
    • M
      Merge pull request #14314 from mehlukas:3.4-opticalflow · 6bff0e24
      mehlukas 提交于
      Extend optical flow tutorial (#14314)
      
      * extend python optical flow tutorial with cpp example code and add it to general tutorial directory
      
      * remove unused parameters, fix comparison between signed and unsigned int
      
      * fix hsv range problem
      
      * switch to samples::findFile for sample file location
      
      * switch to command line parameter for path
      
      * remove old tutorial as in 14393
      
      * minor fixes
      6bff0e24
    • M
      Merge pull request #14393 from mehlukas:3.4-meanshift · 47c45e5b
      mehlukas 提交于
      Extend meanshift tutorial (#14393)
      
      * copy original tutorial and python code
      
      * add cpp code, fix python code
      
      * add camshift cpp code, fix bug in meanshift code
      
      * add description to ToC page
      
      * fix shadowing previous local declaration
      
      * fix grammar: with -> within
      
      * docs: remove content of old py_meanshift tutorial, add link
      
      * docs: replace meanshift tutorial subpage in Python tutorials
      
      * switch to ref to fix wrong breadcrumb navigation
      
      * switch to cmdline for path as in #14314
      
      * Apply suggestions from code review
      
      * order programming languages alphabetically
      47c45e5b
  22. 09 5月, 2019 1 次提交
  23. 30 4月, 2019 1 次提交
  24. 21 4月, 2019 1 次提交
  25. 13 4月, 2019 1 次提交
  26. 11 4月, 2019 1 次提交
  27. 04 4月, 2019 2 次提交
  28. 29 3月, 2019 1 次提交
  29. 22 3月, 2019 1 次提交
  30. 18 3月, 2019 1 次提交
  31. 12 3月, 2019 2 次提交
  32. 11 3月, 2019 1 次提交
  33. 05 3月, 2019 2 次提交
  34. 21 2月, 2019 1 次提交
  35. 11 2月, 2019 2 次提交