opencv/platforms
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
..
android pre: OpenCV 3.4.8 (version++) 2019-09-02 14:20:49 +03:00
ios Merge pull request #15350 from komakai:apple-debug-build 2019-08-23 18:22:29 +03:00
js Merge pull request #15371 from Wenzhao-Xiang:gsoc_2019 2019-09-24 16:30:42 +03:00
linux Merge pull request #15422 from mipsopen-fwu:msa-dev 2019-09-20 19:52:48 +03:00
maven pre: OpenCV 3.4.8 (version++) 2019-09-02 14:20:49 +03:00
osx Merge pull request #15350 from komakai:apple-debug-build 2019-08-23 18:22:29 +03:00
scripts videoio: refactor GStreamer backend 2019-06-20 17:48:18 +03:00
wince Support building shared libraries on WINCE. 2019-08-01 15:28:04 +02:00
winrt Misc. ./apps ./doc ./platoforms typos 2018-02-08 13:04:34 -05:00
readme.txt cleanup unused/outdated files/scripts/links 2018-01-27 23:22:44 +00:00

This folder contains toolchains and additional files that are needed for cross compilation.
For more information see introduction tutorials for target platform in documentation:
https://docs.opencv.org/master/df/d65/tutorial_table_of_content_introduction.html