Merge pull request #14900 from opencv:dnn_fix_js_sample_v3

This commit is contained in:
Alexander Alekhin 2019-06-26 15:54:46 +00:00
commit 3cfd8cc1fe

View File

@ -190,7 +190,7 @@ function main() {
// Load opencv.js
cv['onRuntimeInitialized']=()=>{
main();
});
};
</script>
</head>