Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Check the console or use Utils.js per the tutorials. You would see the error may be improper function parameters, invalid mat(s), or context for lack of output.

<p class="err" id="errorMessage"></p>
let utils = new Utils('errorMessage');
utils.loadOpenCv(() => {
  //your code
});