zlatnaspirala / opencv-starter

Implement opencv for web platform. Make it like a npm package at the end (module). Easy implementation like submodules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opencv-starter

Implement opencv for web platform. Make it like a npm package at the end (module). Easy implementation like git submodules manir.

  • download link {/version/opencv.js} : https://docs.opencv.org/3.4.0/opencv.js

  • Run program on: src\ecma6\index.html

screenshot screenshot

About running

Must be script type module.

  import { cvjsLoader, asyncLoad } from "./loader.js"
  import CvStarter from './main.js'

  cvjsLoader(function() {

    // `opencvjs` is ready for use.

    const options = {
      videoProcessing: true
    }

    let cvStarter = new CvStarter(options)

  })

Proccedure from npm package

On waiting , need browser part on nodejs ....

  npm init
  npm publish
  SOME UPDATE
  npm version 1.0.1
  npm publish

EXTERNAL LICENCE

Source code for base class VideoProcessing used from =>

About

Implement opencv for web platform. Make it like a npm package at the end (module). Easy implementation like submodules.

License:GNU General Public License v3.0


Languages

Language:JavaScript 89.5%Language:HTML 10.5%