opencv/platforms/js
Suleyman TURKMEN 6eaa77461e add some functions and tests
applyColorMap
approxPolyN
arrowedLine
blendLinear
boxPoints
clipLine
convertMaps
createHanningWindow
divSpectrums
drawMarker
findContoursLinkRuns
fitEllipseAMS
fitEllipseDirect
getFontScaleFromHeight
getRectSubPix
HuMoments
intersectConvexConvex
invertAffineTransform
minEnclosingTriangle
preCornerDetect
rotatedRectangleIntersection
sqrBoxFilter
spatialGradient
stackBlur
2024-12-01 23:17:35 +03:00
..
build_js.py Merge pull request #26374 from OrkWard:fix-js-build-script 2024-10-28 17:07:15 +03:00
opencv_js.config.py add some functions and tests 2024-12-01 23:17:35 +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.