Skip to content

OpenCV.js is a JavaScript binding for selected subset of OpenCV functions for the web platform.

Notifications You must be signed in to change notification settings

MikeC-En/opencv.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opencv-logo OPENCV.JS

English

OpenCV的JavaScript绑定。

如何使用

异步加载opencv.js:

<script async src="opencv.js" onload="onOpenCVReady();" type="text/javascript"></script>

<script type="text/javascript">

    function onOpenCVReady() 
    {
        // do something...
    }
    
</script>

About

OpenCV.js is a JavaScript binding for selected subset of OpenCV functions for the web platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published