Building OpenCV.js by Emscripten ==================== [Download and install Emscripten](https://emscripten.org/docs/getting_started/downloads.html). Execute `build_js.py` script: ``` emcmake python /platforms/js/build_js.py ``` If everything is fine, a few minutes later you will get `/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 `/doc/js_tutorials/js_setup/js_setup/js_setup.markdown`.