Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Kurtaev a03b813167
Merge pull request #25732 from dkurt:opencv_js_tests_update
5 months ago
..
README.md js: update documentation and builds scripts 4 years ago
build_js.py Merge pull request #25732 from dkurt:opencv_js_tests_update 5 months ago
opencv_js.config.py Added FaceDetectorYN to OpenCV JS API. 7 months ago

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.