ojos
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Contents

Demos

  • Video filter demo.
    • Filter camera output with opencv operations real time.
    • Apply / configure multiple operations at the same time and observe how frames per second and memory consumption is affected.
    • Visually compose operation sequences to archive custom filters, animations.
    • observe execution on mouse-move over images or video

Summary

  • JavaScript library on top of OpenCV.js
  • browser and node.js support (same implementation and API)
  • TypeScript OpenCV.js types
  • built on top of Mirada
  • Easy to use / intelligent / set of opencv operations with formal contracts regarding input/output Mat that can be represented declaratively as data

See Ideas / Motivation section below.

install

npm install mirada ojos

Usage

TODO - for now see the tests

TODO

Reference API

TODO / ROADMAP

TODO

Package Sidebar

Install

npm i ojos

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

256 kB

Total Files

111

Last publish

Collaborators

  • cancerberosgx