opencv/doc/js_tutorials
Wenzhao Xiang c2096771cb Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019
[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
2019-09-24 16:30:42 +03:00
..
js_assets Add onRuntimeInitialized for opencv.js 2019-03-11 11:44:16 +03:00
js_core Fix typo in js_tutorials 2017-11-06 21:30:33 +09:00
js_gui Misc. ./apps ./doc ./platoforms typos 2018-02-08 13:04:34 -05:00
js_imgproc Misc. typos 2018-07-31 18:44:23 +03:00
js_objdetect Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00
js_setup Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019 2019-09-24 16:30:42 +03:00
js_video Assorted documentation fixes 2019-08-31 01:50:11 +03:00
js_tutorials.markdown Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00