opencv/platforms/js
keroiber f11f2bfb56
Merge pull request #20743 from keroiber:prefix_js_function_bindings_with_namespace
* Prefix global javascript functions with sub-namespaces

* js: handle 'namespace_prefix_override', update filtering

- avoid functions override with same name but different namespace

Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
2021-10-04 16:51:49 +00:00
..
build_js.py Merge pull request #19284 from Ziachnix:feature/js-qr-code-detector 2021-03-13 12:52:44 +00:00
opencv_js.config.py Merge pull request #20743 from keroiber:prefix_js_function_bindings_with_namespace 2021-10-04 16:51:49 +00:00
README.md js: update documentation and builds scripts 2020-12-14 04:42:15 +00:00

Building OpenCV.js by Emscripten

Download and install Emscripten.

Execute build_js.py script:

emcmake python <opencv_src_dir>/platforms/js/build_js.py <build_dir>

If everything is fine, a few minutes later you will get <build_dir>/bin/opencv.js. You can add this into your web pages.

Find out more build options by -h switch.

For detailed build tutorial, check out <opencv_src_dir>/doc/js_tutorials/js_setup/js_setup/js_setup.markdown.