Add QRCodeDetector to JavaScript Build * ADD: js support for qrCodeDetector - cherry picked commit to solve rebase error * CHG. Revert haarcascade path * FIX: Tests without images * ADD: decodeCurved * js(docs): don't require OPENCV_TEST_DATA_PATH Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com> |
||
|---|---|---|
| .. | ||
| build_js.py | ||
| opencv_js.config.py | ||
| README.md | ||
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.