opencv/platforms/js
AlejandroSilvestri 253429d3f1
Add missing ORB.setFastThreshold(int) method
ORB constructor is failing to set the very important protected parameter fastThreshold,
so binding this method is necessary.
2022-12-27 09:39:56 -03:00
..
build_js.py Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 2021-11-23 21:15:31 +00:00
opencv_js.config.py Add missing ORB.setFastThreshold(int) method 2022-12-27 09:39:56 -03: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.