1.0.3 • Published 1 year ago

opencv-starter v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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 =>

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

5 years ago

1.0.0

5 years ago