1. 24 Sep, 2019 1 commit
    • 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
  2. 18 Sep, 2019 1 commit
  3. 16 Sep, 2019 1 commit
  4. 06 Sep, 2019 1 commit
  5. 02 Sep, 2019 1 commit
  6. 30 Aug, 2019 1 commit
  7. 22 Aug, 2019 1 commit
  8. 21 Aug, 2019 1 commit
  9. 20 Aug, 2019 1 commit
  10. 15 Aug, 2019 1 commit
  11. 05 Aug, 2019 1 commit
  12. 07 Jul, 2019 1 commit
  13. 21 Jun, 2019 1 commit
  14. 05 Jun, 2019 1 commit
  15. 29 May, 2019 1 commit
  16. 23 May, 2019 1 commit
  17. 20 May, 2019 1 commit
  18. 15 May, 2019 2 commits
    • mehlukas's avatar
      Merge pull request #14314 from mehlukas:3.4-opticalflow · 6bff0e24
      mehlukas authored
      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
    • mehlukas's avatar
      Merge pull request #14393 from mehlukas:3.4-meanshift · 47c45e5b
      mehlukas authored
      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
  19. 08 May, 2019 1 commit
  20. 30 Apr, 2019 1 commit
  21. 20 Apr, 2019 1 commit
  22. 12 Apr, 2019 1 commit
  23. 10 Apr, 2019 1 commit
  24. 04 Apr, 2019 2 commits
  25. 28 Mar, 2019 1 commit
  26. 21 Mar, 2019 1 commit
  27. 18 Mar, 2019 1 commit
  28. 12 Mar, 2019 2 commits
  29. 11 Mar, 2019 1 commit
  30. 05 Mar, 2019 2 commits
  31. 21 Feb, 2019 1 commit
  32. 11 Feb, 2019 2 commits
  33. 17 Jan, 2019 1 commit
  34. 13 Jan, 2019 1 commit
  35. 21 Dec, 2018 1 commit