I am trying to understand the coverage of opencvjs. In official website, documentation says “OpenCV.js is a JavaScript binding for selected subset of OpenCV functions for the web platform”. From this words i guess it is not contains all the functionality of opencv. Is there any information about how much opencv js covers opencv code?
Thank you for showing where to look! After looking to that file. In build_js.py there is an optional argument called “–config” and the explanation for that argument is “Specify configuration file with own list of exported into JS functions”. Is this means i can include any opencv functions to whitelist and it will build Web Assembly version with that functions?