opencv/platforms/js
Steffen Urban c2bc171ef6 js: backport PR18985
original commit: b82700ae41
2020-12-18 12:12:10 +00:00
..
build_js.py cmake(js): update js targets 2020-12-03 14:18:54 +00:00
opencv_js.config.py js: backport PR18985 2020-12-18 12:12:10 +00:00
README.md Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00

Building OpenCV.js by Emscripten

Download and install Emscripten.

Execute build_js.py script:

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.